Solved

Identify a Method That Decreases Array by Keeping Only Those

Question 60

Multiple Choice

Identify a method that decreases array by keeping only those items that return a value of true from the callback function.


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