Find a specific item with .find()! It returns the first item that matches a condition, or undefined.
.find()
undefined
foundProduct
searchName
.toLowerCase()
Submit your code to see test results