Solved

The _____ Method Creates a New Array by Passing the Original

Question 86

Multiple Choice

The _____ method creates a new array by passing the original array items to the callback function,which returns the equivalent value of the array items.


A) ​array.every(callback [,thisArg])
B) ​array.map(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