0 votes
in JavaScript by
Which built-in method calls a function for each element in the array?

1 Answer

0 votes
by

forEach() method calls a function for each element in the array.

...