JS

Arrays in JavaScript - Method iterate through each...

16.

Which method can be used to iterate through each element of an array in JavaScript?

forEach()

map()

for loop

some()