Skip to content

Instantly share code, notes, and snippets.

@elliotlarson
Last active July 22, 2018 05:33
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 elliotlarson/419d8786e185af7ada2e284c42d52c44 to your computer and use it in GitHub Desktop.
Save elliotlarson/419d8786e185af7ada2e284c42d52c44 to your computer and use it in GitHub Desktop.
const newCharacters = [
...characters.slice(0, index),
...characters.slice(index + 1)
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment