JSFiddle - React, Tailwind, and code Playground

by btipling

JavaScript

var inventory;

inventory = {}

Object.defineProperty(inventory, "strawberries", {
    value: 3,
    writable: true,
    get: function () {
    },
});