Skip to content

Instantly share code, notes, and snippets.

@adewinter
Created August 4, 2011 11:35
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 adewinter/1125005 to your computer and use it in GitHub Desktop.
Save adewinter/1125005 to your computer and use it in GitHub Desktop.
SomeThing
var i = 2;
for (var j = 0; j<i; j++) {
console.log('foo');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment