Skip to content

Instantly share code, notes, and snippets.

@c272
Created April 12, 2018 14:59
Show Gist options
  • Save c272/22886e1b9026dd49d11d464763da3e71 to your computer and use it in GitHub Desktop.
Save c272/22886e1b9026dd49d11d464763da3e71 to your computer and use it in GitHub Desktop.
int i = 3;
if (i<001) {
console.log("My fifth gist.");
} else {
console.log("My first gist.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment