Created
February 5, 2018 04:57
-
-
Save kepta/62b3a27e70ff170a364ea0cc36b48f5b to your computer and use it in GitHub Desktop.
This file contains 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
var x = 0; | |
while(x < 5) { | |
console.log(x); // Warning! do not try this at home | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment