for loop with html code example Example: javascript loop var colors=["red","blue","green"]; for(let color of colors){ console.log(color) }