jrTilak / lazykit

Refine your JavaScript workflows with Lazykit. A concentrated collection of lean utility functions, not a bloated library.
https://lazykit.thapatilak.com.np
MIT License
6 stars 2 forks source link

`remove` method #45

Closed jrTilak closed 4 months ago

jrTilak commented 4 months ago

Category : array Method: remove Desc: remove an element at a specified index (if the index is negative, it will remove from the end)

The function will take a index or an array of indexes, it will remove the element of the given indexes and if the index is negative it will remove from last