Skip to content

Instantly share code, notes, and snippets.

@Mithrandir0x
Last active October 7, 2015 18:18
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 Mithrandir0x/3205753 to your computer and use it in GitHub Desktop.
Save Mithrandir0x/3205753 to your computer and use it in GitHub Desktop.
FOR Loop notation
// I know it adds another variable, but still, I find it fuzzy :3
for ( var i = 0, file = files[0] ; i < files.length ; i++, file = files[i] ){}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment