Skip to content

Instantly share code, notes, and snippets.

@deedubs
Created January 15, 2011 18:23
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 deedubs/781119 to your computer and use it in GitHub Desktop.
Save deedubs/781119 to your computer and use it in GitHub Desktop.
kids = {
brother: {
name: "Max",
age: 11
},
sister: {
name: "Ida",
age: 9
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment