Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save periakteon/22471e786470341e21b3423af7575f0a to your computer and use it in GitHub Desktop.
Save periakteon/22471e786470341e21b3423af7575f0a to your computer and use it in GitHub Desktop.
FreeCodeCamp: Use Multiple Conditional (Ternary) Operators (Challenge)
function checkSign(num) {
}
checkSign(10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment