Last active
November 7, 2017 12:37
-
-
Save me-shaon/fff4ef52226bda1a741bf3bd41cf6450 to your computer and use it in GitHub Desktop.
Javascript Object 1
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
//following is an Javascript object | |
var person = { | |
firstName:"John", | |
lastName:"Doe", | |
age:50 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment