JSFiddle - React, Tailwind, and code Playground

by kukicvladimir

JavaScript

var myObj = {
    'test': "test success!"
};

var key = 'test';

alert(myObj[key]);