JSFiddle - React, Tailwind, and code Playground

JavaScript

const hero = {
  name: 'Batman'
};

console.log(hero.name);     // => 'Batman'
console.log(hero.realName); // => undefined