1.0.0 • Published 3 years ago

arr.remove-value v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Array.prototype.remove

download:

npm install arr.remove-value --save

use:

require('arr.remove-value');

var array = [1, 2, 3, 4, 5];

array.remove(1, 5, 12);

console.log(array);

output

[2, 3, 4]
1.0.0

3 years ago