Skip to content

Instantly share code, notes, and snippets.

@maxkoretskyi
Created September 27, 2016 07:07
Show Gist options
  • Save maxkoretskyi/969857439c23707d540a26ea41d20863 to your computer and use it in GitHub Desktop.
Save maxkoretskyi/969857439c23707d540a26ea41d20863 to your computer and use it in GitHub Desktop.
never ending loop
for (var i=1; 1/i > 0; i++) {
console.log("Count is: " + i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment