Skip to content

Instantly share code, notes, and snippets.

@cassiozen
Created November 28, 2018 23:24
Show Gist options
  • Save cassiozen/4983546d0707ed365a045cf29e06b999 to your computer and use it in GitHub Desktop.
Save cassiozen/4983546d0707ed365a045cf29e06b999 to your computer and use it in GitHub Desktop.
let result;
if (number > 0) {
result = "Positive number";
} else {
result = "Negative number";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment