Filter and Map Examples
AI-enhanced title
const products = [ { name: 'Laptop', price: 1000 }, { name: 'Smartphone', price: 500 }, { name: 'Tablet', price: 800 }, { name: 'Monitor', price: 300 },];