Array Iteration Methods: forEach and Map

Learn about the array iterations methods forEach and Map.

Array iteration methods are methods that allow us to loop over an array and apply an operation to every item in the array. Every application of the operation to an item in the array is called an iteration.

Get hands-on with 1200+ tech skills courses.