What is the purpose of the forEach() method in JavaScript arrays?
forEach()
Applies a function to each element of the array.
Removes elements from an array.
Adds new elements to an array.
Reverses the order of elements in an array.