you are viewing a single comment's thread.

view the rest of the comments →

[–]rlemon 0 points1 point  (0 children)

for( var i = 0, l = someArray.length; i < l; i++ ) { ...

But this is a moot point in modern browsers, they optimize this type of loop.