Skip to content

Instantly share code, notes, and snippets.

@cmcculloh
Created January 14, 2011 19:55
Show Gist options
  • Save cmcculloh/780125 to your computer and use it in GitHub Desktop.
Save cmcculloh/780125 to your computer and use it in GitHub Desktop.
Classic JS loop...
for(i = 0; i < Obj.length; i++){}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment