#arrayprototypefindlast

[ follow ]
Software development
fromAllthingssmitty
1 day ago

Stop using .reverse().find(): meet findLast() - Matt Smith

Array.prototype.findLast() and findLastIndex() search arrays from the end without reversing, offering clearer, safer, and more performant code.
[ Load more ]