Question: Identify a true statement of array.find ( callback [ , thisArg ] ) method. It tests whether the condition returned by the callback function holds
Identify a true statement of array.findcallback thisArg method. It tests whether the condition returned by the callback function holds for at least one item in array. It tests whether the condition returned by the callback function holds for all items in array. It returns the index of the first element in the array that passes a test in the callback function. It returns the value of the first element in the array that passes a test in the callback function
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
