Skip to content

Instantly share code, notes, and snippets.

@LukePeters
Last active December 5, 2017 21:03
Show Gist options
  • Save LukePeters/06c7ac4a4dc4a23d59f51d4698cdc61d to your computer and use it in GitHub Desktop.
Save LukePeters/06c7ac4a4dc4a23d59f51d4698cdc61d to your computer and use it in GitHub Desktop.
JavaScript Objects
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