JavaScript Array find

JavaScript Array find


JavaScript Array find()
In this Tutorial, we will learn about JavaScript Array find() method with the help of following below:
In JavaScript, The find() is used to return the value of the first array element that satisfies the provided test function.
Example
Output