Array Methods You Must Know
1 . push() and pop() ( add/remove at the end )
push() add to end (mutates the array)
Real life example : Adding a new item to the end of shopping list.
let shoppingList = ["milk","bread"]
console.log
ravitcpudp.hashnode.dev4 min read