js-remove-array-index
provide function to remove array with specific index by calling function removeIndex(array,index) remove array range by calling function removeRange(array,{from:number,to:number}) and remove multiple array specific index eg index no 1 and 5 by calling function removeMultipleSpecificIndexes(array,[1,5])