Software development
fromAllthingssmitty
1 week agoStop 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.