JSFiddle - React, Tailwind, and code Playground

by irinablue

JavaScript

const v = {};
const id = 9;

v[id] = 'ddd'

console.log(v)