let fruit = ['apple', 'banana'] fruit.push('cherry') console.log(fruit) // ['apple', 'banana', 'chery']