each :: Array
each(iterator) -> Array
Iterates over the array in ascending numerical index order.
This is actually the each method from the mixed-in Enumerable module.
It is documented here to clearly state the order of iteration.
See also
Enumerable
Prototype API 1.5.0 - prototypejs.org