Question #147710

Which JavaScript method is used to call a function (a callback function) once for each array element?


Options:

Explanation:
The JavaScript method forEach() is used to call a function (a callback function) once for each array element.
Tags: JavaScript

Test Your Knowledge

Want to practice more questions like this? Take a quiz in this category!

Take a Quiz

Share This Question