//get random value from array var colors = ["red","blue","green","yellow"]; var randColor = colors[Math.floor(Math.random() * colors.length)];