JSFiddle - React, Tailwind, and code Playground

by dmitri_pavlutin

JavaScript

const hero = {
  name: 'Batman',
  realName: 'Bruce Wayne'
};

const { enemies } = hero;

console.log(enemies);     // => undefined