Skip to content

Instantly share code, notes, and snippets.

@kepta
Created February 5, 2018 04:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kepta/62b3a27e70ff170a364ea0cc36b48f5b to your computer and use it in GitHub Desktop.
Save kepta/62b3a27e70ff170a364ea0cc36b48f5b to your computer and use it in GitHub Desktop.
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