JSFiddle - React, Tailwind, and code Playground

JavaScript

var obj={
    one:{
        lol:11234
    }
}
alert(obj["one"]["lol"]);