JSFiddle - React, Tailwind, and code Playground
by gisheri
JavaScript
var name = 'zebra';
var literalObj = {
'name': "hello",
'hello': 'yep',
'in':'trouble',
'person':{
'first':'eric',
'last':'gish'
},
'function1':function(){return "hello";}
};
console.log(literalObj.person.first);