append item to end of existing array javascript code example Example: javascript append element to array var colors= ["red","blue"]; colors.push("yellow");