Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save LearningNerd/61355eda1c8e997b1a8622254007215d to your computer and use it in GitHub Desktop.

Select an option

Save LearningNerd/61355eda1c8e997b1a8622254007215d to your computer and use it in GitHub Desktop.
A saved mob programming session with Learn Teach Code!
// CHALLENGE: https://www.freecodecamp.org/challenges/seek-and-destroy
/*
You will be provided with an initial array
(the first argument in the destroyer function),
followed by one or more arguments.
Remove all elements from the initial array that
are of the same value as these arguments.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment