Last active
January 7, 2018 14:38
-
-
Save thicolares/61b72c3303103001cbbe97196d9d0c50 to your computer and use it in GitHub Desktop.
object-literals.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let myObj = { | |
name: 'Thiago Colares', | |
city: 'Salvador' | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let obj = { | |
[bar]: "valor" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment