An open API service indexing awesome lists of open source software.

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.

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.