Array.remove() should mutate the existing array and return the mutated array #28
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently,
the only way to mutate the array is to re-reference itself such as..
A change should be made such that it still returns the new value of the array, but also mutates the original array.
For example,
The text was updated successfully, but these errors were encountered: