var color = ‘yellow’; drawBox(color); for ( let color of [ ‘blue’, ‘green’, ___ ] ) {
} drawBox(color);