Course · Section 11: Working With Arrays · Lecture 168: The New findLast and findLastIndex Methods
Implement `lastEven(arr)` returning the last even number, or `null` if there is none, using `findLast`.
+ 1 hidden test run on Submit.
findLast returns the last matching element; ?? handles the no-match case.
Run your code to see results.