JSFiddle - React, Tailwind, and code Playground

JavaScript

const hero = {
  name: 'Batman'
};

console.log('name' in hero);     // => true
console.log('realName' in hero); // => false