JavaScript practice Arrays Class 20
Other Arrays methods:
If you want to pull item off from the front of an Array use .SHIFT()
If you want to pull item off from the end of the Array use .POP()
If you want to add an item to the front of an Array use .UNSHIFT()
If you want to add an ...
chaix.hashnode.dev1 min read