Last active
November 3, 2018 06:57
-
-
Save irridescentrambler/a260f7cc0a825b990ee18aca71ce3042 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
var nikhil = { | |
name: "Nikhil", | |
city: "Pune" | |
} | |
console.log(nikhil); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment