Skip to content

Instantly share code, notes, and snippets.

@chakrit
Created March 26, 2012 13:15
Show Gist options
  • Save chakrit/2204959 to your computer and use it in GitHub Desktop.
Save chakrit/2204959 to your computer and use it in GitHub Desktop.
for (var i = 0; i < 10; i++) if ((function(i) {
return (i < 5) ? console.log(i) : true;
})(i)) break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment