Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Coffeescript nested iterations Re: Coffeescript nested iterations

#129406
TheDoc
Member

You would use `each()` if you wanted to do something to all of them at once, but required you to go through each one individually (perhaps there is something unique about each one).

You can sort of relate `each()` to a for loop.