Skip to content

Instantly share code, notes, and snippets.

@elliotlarson
Last active July 23, 2018 16:52
Show Gist options
  • Save elliotlarson/bf100951abc67a91fcb8485bfff60f0e to your computer and use it in GitHub Desktop.
Save elliotlarson/bf100951abc67a91fcb8485bfff60f0e to your computer and use it in GitHub Desktop.
characters.push("Maude");
stateChanges.push(characters);
// stateChanges:
// [
// ["Walter", "Jeffrey", "Donald", "Maude"],
// ["Walter", "Jeffrey", "Donald", "Maude"],
// ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment