findIndex
findLast
findLastIndex
Returns the last element satisfying the provided testing function. (ES2023)
array.findLast(predicate): T | undefined