Q. Which JavaScript method is used to call a function (a callback function) once for each array element?
β
Correct Answer: (C)
forEach()
You must be Logged in to update hint/solution