AI

Find a specific item with .find()! It returns the first item that matches a condition, or undefined.

Your Task:

  • Create foundProduct variable
  • Find the product with searchName (case-insensitive)
  • Use .toLowerCase() for comparison
TypeScript Solution
Loading...

Submit your code to see test results