add a variable to an array in javascript code example Example: javascript append element to array var colors= ["red","blue"]; colors.push("yellow");