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.

Related questions

0 votes
asked Oct 19, 2019 in JavaScript by SakshiSharma
0 votes
asked Mar 21, 2021 in JavaScript by rajeshsharma
...