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