1.0.0 • Published 4 years ago
nv-array-remove-with-index v1.0.0
nv-array-remove-with-index
- nv-array-remove-with-index
install
- npm install nv-array-remove-with-index
usage
example
const ary_irm = require("nv-array-remove-with-index")
var arr=[1,2,3,4,5,6]
ary_irm(arr,2)
//arr [ 1, 2, 4, 5, 6 ]
var arr=[1,2,3,4,5,6]
ary_irm(arr,100)
//arr [ 1, 2,3, 4, 5, 6 ]
API
- ary_irm(arr,index)
LICENSE
- ISC
1.0.0
4 years ago