Skip to content

Instantly share code, notes, and snippets.

@nuxodin
Created November 15, 2010 16:37
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 nuxodin/700564 to your computer and use it in GitHub Desktop.
Save nuxodin/700564 to your computer and use it in GitHub Desktop.
my prefered iterator with item lookup
for (var i=0, x; x = array[i++];) { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment