#
remove
Function • Removes value from array, if it exists within it, returning the mutated array.
remove value, array → array
Arguments
| name | type | description |
|---|---|---|
| value | Any | The value to remove. |
| array | Array |
The array from which to remove the value. |
Returns
| name | type | description |
|---|---|---|
| array | Array |
The mutated array. |