Concept Flow - Each for iteration
Start with collection
Pick next element
Run block with element
More elements?
No→End iteration
↩Back to Pick next element
The 'each' method takes each element from a collection one by one and runs the given block of code with it until all elements are processed.