Solved

Identify a Method That Tests Whether the Condition Returned by the Callback

Question 85

Multiple Choice

Identify a method that tests whether the condition returned by the callback function holds for all items in an array.


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