How to Remove an Element from an Array in JavaScript
So you are learning JS concepts through projects and you realised you need to remove an item from an array but not from the beginning(shift.()) or the end ( pop.()). Well, I was in your shoes once, while building a food-ordering app using JS. In this...
hafsatnasidi.hashnode.dev4 min read