Skip to content

Instantly share code, notes, and snippets.

@louisremi
Last active May 18, 2016 14:27
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/6bdb9c9d1d8b812c50056bd55a58d230 to your computer and use it in GitHub Desktop.
Save louisremi/6bdb9c9d1d8b812c50056bd55a58d230 to your computer and use it in GitHub Desktop.
Recreate Elizabeth
houseWindsor = Object.assign({}, houseWindsor, {
"William": Object.assign({}, houseWindsor["William"], {
life: houseWindsor["William"].life.concat(2016)
}
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment