Skip to content

Instantly share code, notes, and snippets.

@mendsley
Created February 10, 2014 23:32
Show Gist options
  • Save mendsley/8926403 to your computer and use it in GitHub Desktop.
Save mendsley/8926403 to your computer and use it in GitHub Desktop.
for (var ii = 0; ii < 5; ++ii) {
console.log(ii);
if (ii == 1) {
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment