JSFiddle - React, Tailwind, and code Playground

by Daniil464

JavaScript

var numb = 'qwe';
var myScope={};
myScope["temp"+numb]="someValue";
console.log(myScope);