I have these assets:
const ITEMS = [
{
title: 'Walnut Speakers & Amp',
price: 599,
image:
'https://imagepath,
},
{
title: 'Maple Lamp',
price: 109,
image:
'https://imgpath,
},
I want to access each individual object properties like title, price, and image so I can use it to inject it into my website as HTML in a loop.