eggheadio-github / stack-overflow-copy-paste

Utility functions copy/pasted (and modified slightly) from Stack Overflow
441 stars 606 forks source link

`removeElementByIndex` function #232

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi!

I want to add this function: https://stackoverflow.com/questions/5767325/how-do-i-remove-a-particular-element-from-an-array-in-javascript It allows to delete item from the array by index.

kentcdodds commented 5 years ago

Cool! Sounds great 👍

ghost commented 5 years ago

233