Solved

Identify a True Statement of Array.find(callback [,ThisArg])method

Question 73

Multiple Choice

Identify a true statement of array.find(callback [,thisArg]) method.


A) ​It tests whether the condition returned by the callback function holds for at least one item in array.
B) ​It returns the value of the first element in the array that passes a test in the callback function.
C) ​It tests whether the condition returned by the callback function holds for all items in array.
D) ​It returns the index of the first element in the array that passes a test in the callback function.

Correct Answer:

verifed

Verified

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

Related Questions