kata.studio

LoginJS ReferenceKataCardsNew CardLists

Library

medium
Find Last Exercise
Create a function that uses Array.prototype.findLast() to find the last element in an array that matches a given condition. Return the element if it exists or null if it does not.