JSFiddle - React, Tailwind, and code Playground

by GeraldS

JavaScript

A = 10;
B = 5;

window['A' + A + 'B' + B] = 'Hello';

alert(A10B5);