#programming
Read more stories on Hashnode
Articles with this tag
We can easily insert items at the start (unshift) and end (push) of an array. But, what about the middle? 🤔 Ta-da! splice! splice is a method that...
If you've been using JavaScript for any length of time, you should have encountered these two primitive values: null and undefined. At first, you...