https://github.com/jackhowa/seek-and-destroy-fcc
Remove all elements from the initial array that are of the same value as these arguments.
https://github.com/jackhowa/seek-and-destroy-fcc
algorithm freecodecamp
Last synced: 5 months ago
JSON representation
Remove all elements from the initial array that are of the same value as these arguments.
- Host: GitHub
- URL: https://github.com/jackhowa/seek-and-destroy-fcc
- Owner: JackHowa
- Created: 2017-08-10T21:16:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T19:33:59.000Z (over 8 years ago)
- Last Synced: 2025-01-21T16:44:23.199Z (11 months ago)
- Topics: algorithm, freecodecamp
- Language: JavaScript
- Homepage: https://www.freecodecamp.org/challenges/seek-and-destroy
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seek And Destroy Arrays
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.