Removes an item from a specific position.
Install
$ npm install --save array-removeat
Usage
var removeAt = ;;// => [1, 3]
API
removeAt(array, index)
Returns the modified array.
array
Type: array
The array to modify.
index
Type: index
Position where to modify the array.
License
MIT © Emil Johansson