1.4k views
3 votes
The ___ method takes a callback function as an argument and returns the first element in an array for which the callback function returns true.

User Pratima
by
5.4k points

1 Answer

2 votes

Answer:

Find

Step-by-step explanation:

The find method takes a callback function as an argument and returns the first element in an array for which the callback function returns true.

User Tradinggy
by
5.3k points