Web features explorer

Array find() and findIndex()

Widely available since 2019-03-20
Tags: javascript Groups: JavaScript > Collections > Arrays JavaScript > Collections > Typed arrays

The find() and findIndex() methods of arrays and typed arrays search an array for the first item that satisfies a test function.

Learning resources on MDN

Browser support (view on caniuse.com)