Skip to content

Instantly share code, notes, and snippets.

@Anwesh43
Created March 17, 2021 10:50
Show Gist options
  • Save Anwesh43/2e832a4d98af821e7a7d69e6cfc7f352 to your computer and use it in GitHub Desktop.
Save Anwesh43/2e832a4d98af821e7a7d69e6cfc7f352 to your computer and use it in GitHub Desktop.
const b = "name"
const person = {[b] : "Anwesh"}
console.log("PERSON:", person)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment