how to add objct with array code example Example: js add item to array const fruits = ["Banana", "Orange", "Apple", "Mango"]; fruits.push("Kiwi");