how to add values to array in javas code example Example: javascript array push var fruits = [ "Orange", "Apple", "Mango"]; fruits.push("Banana");