Skip to content

Instantly share code, notes, and snippets.

@cmcculloh
Created January 14, 2011 19:59
Show Gist options
  • Save cmcculloh/780137 to your computer and use it in GitHub Desktop.
Save cmcculloh/780137 to your computer and use it in GitHub Desktop.
A slight speed improvement over the CoolGuyLoop
for(var i = -1, ii = Obj.length; ++i < ii; ){}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment