How to remove a specific item from an array
One of the most frequent tasks we have to perform in Javascript is to remove a particular item from an array. However, it's not straight forward. There is no removeArrayItem method in Javascript, so we have to use alternative methods. Let's look at h...
fjolt.hashnode.dev2 min read