const fruits = ["Apple", "Orange"] fruits.push("Pear") console.log( fruits ) // Apple, Orange, Pear
fruits
push()
JS Bin on jsbin.com