How to remove an array element by index in JavaScript

1 · Josh Sherman · Nov. 18, 2019, 12:20 a.m.
Summary
Recently I was faced with the need to remove an item from an array, by index in JavaScript and I came to realize it had been quite a while since I had to do something like that. My initial, and extremely incorrect thought was that I could just use delete......