Home »
MCQs »
Full Stack Development MCQs
Which of the following is an array method in JavaScript?
25. Which of the following is an array method in JavaScript?
- map
- every
- reduce
- all of the above
Answer: D) all of the above
Explanation:
map, every, and reduce are inbuilt array methods in JavaScript.