Uncaught TypeError: portfolioItems.forEach is not a function:
const target = event.target.getAttribute("data-target"); portfolioItems.forEach((item) =>{ console.log(item.getAttribute("data-category")); })