Skip to content

Instantly share code, notes, and snippets.

@nickpoorman
Created January 19, 2013 23:43
Show Gist options
  • Save nickpoorman/4575849 to your computer and use it in GitHub Desktop.
Save nickpoorman/4575849 to your computer and use it in GitHub Desktop.
perFORrmance loop
for (var i = profile.readBooks.length - 1; i >= 0; i--) {
profile.readBooks[i]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment