Web platform features explorer

Array findLast() and findLastIndex()

Widely available since 2025-02-23
Tags: javascript Groups: JavaScript > Collections > Arrays JavaScript > Collections > Typed arrays

The findLast() and findLastIndex() methods of arrays and typed arrays search an array in reverse order for the first item that satisfies a test function.

Learning resources on MDN

Browser support