Skip to content

Instantly share code, notes, and snippets.

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