Solved

Which of the Following Methods Creates a New Array Populated

Question 9

Multiple Choice

Which of the following methods creates a new array populated with the elements of array that return a value of true from the callback function?


A) ​array.every(callback [,thisArg])
B) ​array.filter(callback [,thisArg])
C) ​array.some(callback [,thisArg])
D) ​array.find(callback [,thisArg])

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions