JSFiddle - React, Tailwind, and code Playground

by 3gwebtrain

JavaScript

var object = {
"name" : {
"age" : 20
}
}

console.log( object.name )