Skip to content

Instantly share code, notes, and snippets.

@louisremi
Last active May 18, 2016 14: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 louisremi/b4a7891127720945fdcbf2d39f613cbc to your computer and use it in GitHub Desktop.
Save louisremi/b4a7891127720945fdcbf2d39f613cbc to your computer and use it in GitHub Desktop.
Family member
houseWindsor = {
"Elizabeth II": {
name: "Elizabeth II",
life: [1926],
marriages: [{
partner: "Philip",
children: [ "Charles", "Anne", ... ]
}]
},
"Philip": { ... },
...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment