JS

Arrays in JavaScript - Iterate through each elemen...

15.

Which method is used to iterate through each element of an array and returns a new array containing the results of calling a provided function on every element in the original array?

map()

filter()

reduce()

find()