JSFiddle - React, Tailwind, and code Playground JavaScript var cart = {}; cart["1"] = { quantity: 5}; cart["2"] = { quantity: 10}; console.log(cart);