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