JSFiddle - React, Tailwind, and code Playground by Matthew Day February 22, 2018 JavaScript var obj = { name: 'Joe', age: 22 } console.log(obj['name']); // Joe