Skip to content

Instantly share code, notes, and snippets.

@elliotlarson
Created July 22, 2018 04:38
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/f29ef333cc0c05e2df17a8aa353e379e to your computer and use it in GitHub Desktop.
Save elliotlarson/f29ef333cc0c05e2df17a8aa353e379e to your computer and use it in GitHub Desktop.
const newCharacters = characters.filter(c => c !== characterToRemove);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment