[thelist] Using for loops with a twist

Jason Handby jason.handby at corestar.co.uk
Mon Apr 2 18:31:30 CDT 2007


> In case you didn't know: The condition part of a JavaScript for loop
> can be any condition, it does not need to compare the iterator. This
> allows you for example to loop through an array without reading the
> length:

Why would you want to loop through an array without reading the length?



Jason



More information about the thelist mailing list