Created
April 12, 2018 14:59
-
-
Save c272/22886e1b9026dd49d11d464763da3e71 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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