🎴 Flashcard Mode

JavaScript Arrays and Objects

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which of the following is not a built-in method of JavaScript arrays?

AnswerClick to flip back
A
filter()
💡 Explanation:

The filter() method is not a built-in method of JavaScript arrays. It is a method of the Array.prototype object, which is added to all arrays by default.

Change Mode