> Iterators were introduce in JS1.5. Look into the yield expression, it's > pretty useful for looping over stuff on-demand (as opposed to all at once). > https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Iterators_and_Generators
I am pretty sure that iterators are only available in firefox. ------------------------ Gary Katsevman Computer Science Undergraduate Northeastern University gkatsev.com -- You received this message because you are subscribed to the Google Groups "The JSMentors JavaScript Discussion Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jsmentors?hl=en.
