Skip to content

Instantly share code, notes, and snippets.

@cmcculloh
Created January 14, 2011 19:57
Show Gist options
  • Save cmcculloh/780130 to your computer and use it in GitHub Desktop.
Save cmcculloh/780130 to your computer and use it in GitHub Desktop.
This one is the shortest in execution time
for(i = Obj.length; i--;){}
@cmcculloh
Copy link
Author

removed i = 0 since it turned out to be unnecessary

@cmcculloh
Copy link
Author

renamed ii to be i since there was no longer an i

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment