findLast
findLastIndex
flat
Returns the index of the last element satisfying the provided testing function. (ES2023)
array.findLastIndex(predicate): number