js how to add to array a var code example Example: js add element to array var fruits = [ "Orange", "Apple", "Mango"]; fruits.push("Banana");