javascript addtoarray code example Example: javascript array push var fruits = [ "Orange", "Apple", "Mango"]; fruits.push("Banana");