TypeScriptArrayfindLast

Returns the last element satisfying the provided testing function. (ES2023)

Syntax

array.findLast(predicate): T | undefined