Last active
December 5, 2017 21:03
-
-
Save LukePeters/06c7ac4a4dc4a23d59f51d4698cdc61d to your computer and use it in GitHub Desktop.
JavaScript Objects
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 person = { | |
name: "Luke Peters", | |
location: "Boston, MA", | |
occupation: "Web Developer", | |
profile: "How're you doing?" | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment