Just learned a new JavaScript array method: findLast It returns the last...
Just learned a new JavaScript array method: findLast
It returns the last element in an array that matches.
More on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findLast
#javascript
