Skip to content

Instantly share code, notes, and snippets.

@thatkookooguy
Created November 27, 2019 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thatkookooguy/7c6c4a20bbacac190146eaa32cb104b6 to your computer and use it in GitHub Desktop.
Save thatkookooguy/7c6c4a20bbacac190146eaa32cb104b6 to your computer and use it in GitHub Desktop.
Nice! didn't know you can do that!
let nice = 'pizza';
let bad = { [ nice ]: 'lazagna' };
console.log(bad);
// { pizza: "lazagna" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment