JSFiddle - React, Tailwind, and code Playground
by Daniil464
JavaScript
var numb = 'qwe';
var myScope={};
myScope["temp"+numb]="someValue";
console.log(myScope);
by Daniil464
var numb = 'qwe';
var myScope={};
myScope["temp"+numb]="someValue";
console.log(myScope);