Course · Section 11: Working With Arrays · Lecture 164: The find Method
Implement `firstOver(arr, n)` returning the first element greater than `n`, or `null` if none.
+ 1 hidden test run on Submit.
find returns the first element passing the test; ?? maps the no-match undefined to null.
Run your code to see results.