Joined February 2012
·
Posted to
JavaScript Looper
over 1 year
ago
@leemachin yep there are a lot of variations on how to optimize looping, thanks for sharing yours.
Achievements
97 Karma
2,770 Total ProTip Views
Kona
Have at least one original repo where CoffeeScript is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Lemmings 100
Write something great enough to have at least 100 watchers of the project
Forked 20
Have an established project that's been forked at least 20 times
Lab
Have at least one original repo where C# is the dominant language
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
@lastguest good point, but while the
Array.reverse()
method is native (fast), it isn't free, so depending on the size of the array it could degrade performance.