Skip to content

Instantly share code, notes, and snippets.

@codeimpossible
Created August 14, 2013 14:46
Show Gist options
  • Save codeimpossible/6231746 to your computer and use it in GitHub Desktop.
Save codeimpossible/6231746 to your computer and use it in GitHub Desktop.
blog comment reply
var collection = [1,2,3,"4",5];
var current = -1;
for( var len = collection.length; ++current <= len; ) {
// do stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment