Skip to content

Instantly share code, notes, and snippets.

@thicolares
Last active January 7, 2018 14:38
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 thicolares/61b72c3303103001cbbe97196d9d0c50 to your computer and use it in GitHub Desktop.
Save thicolares/61b72c3303103001cbbe97196d9d0c50 to your computer and use it in GitHub Desktop.
object-literals.
let myObj = {
name: 'Thiago Colares',
city: 'Salvador'
}
let obj = {
[bar]: "valor"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment