Skip to content

Instantly share code, notes, and snippets.

@ryanckulp
Created August 10, 2017 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanckulp/1574322e0d283eb61756edba15c3453e to your computer and use it in GitHub Desktop.
Save ryanckulp/1574322e0d283eb61756edba15c3453e to your computer and use it in GitHub Desktop.
// javascript
var person = {
name: 'Bob',
email: 'jimbob@gmail.com',
weight: 160,
children: ["Sarah", "Paul"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment