Skip to content

Instantly share code, notes, and snippets.

@mfine2
Created April 17, 2013 16:20
Show Gist options
  • Save mfine2/5405635 to your computer and use it in GitHub Desktop.
Save mfine2/5405635 to your computer and use it in GitHub Desktop.
var elem;
for ( var i = 0; elems[i]; i++ ) {
elem = elems[i];
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment