Which of the following is an array method in JavaScript?

25. Which of the following is an array method in JavaScript?

  1. map
  2. every
  3. reduce
  4. all of the above

Answer: D) all of the above

Explanation:

map, every, and reduce are inbuilt array methods in JavaScript.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.