Q. Which method returns the first element that satisfies a testing function?
β
Correct Answer: (A)
find()
Explanation: find() returns the first element that matches a condition.