JSFiddle - React, Tailwind, and code Playground

by Сергей Тарасевич

JavaScript

var name = 'aaa';

eval('var ' + name + '=5');

alert(aaa);