TheOdinProject/javascript-exercises

removeFromArray

Closed this issue · 1 comments

I've observed that the solutions delete all occurrences. This should be a requirement in the readme or spec file.

There is more than one way to solve a problem, so it doesn’t need to be a requirement, the function merely needs to return what is desired.