Created
November 17, 2012 10:27
-
-
Save felixzapata/4094723 to your computer and use it in GitHub Desktop.
use an efficient for loop as there may be a lot to cycle through
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var i, len = titles.length; | |
for(i = len-1; i >- 1; i--){ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment