Home › Forums › JavaScript › Coffeescript nested iterations › Re: Coffeescript nested iterations
March 22, 2013 at 5:11 pm
#129406
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.