Skip to content

Instantly share code, notes, and snippets.

@ryanckulp
Created August 10, 2017 00:34
Show Gist options
  • 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: '[email protected]',
weight: 160,
children: ["Sarah", "Paul"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment