var colors = ['red','blue','green']; /*// OUTPUT ---------------------------*/ console.log(colors[1]); // Outputs 'blue'