Preview:
const  itemsInCart =  [
            {
              "id": 1,
              "name": "kala chasma",
              "price": 1000
            },
            {
              "id": 2,
              "name": "laal chhadi",
              "price": 500
            },
            {
              "id": 3,
              "name": "jalebi",
              "price": 50
            },
            {
              "id": 4,
              "name": "japani joota",
              "price": 10000
            }
          ],

const cart = { itemsInCart, quantity: 4 }
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter