JSFiddle - React, Tailwind, and code Playground

by Matthew Day

JavaScript

var obj = {
	name: 'Joe',
  age: 22
}

console.log(obj['name']);
// Joe