:star2: 2056 | @heroiczero |http://www.freecodecamp.com/heroiczero
var colors = ['white', 'orange', 'blue'];
var color = colors[Math.floor(Math.random()*colors.length)];
console.log(color);
something like that and u dont need isColor variable
:cookie: 390 | @padunk |http://www.freecodecamp.com/padunk
:cookie: 391 | @padunk |http://www.freecodecamp.com/padunk
src