diff --git a/app.js b/app.js index faa22b5..ba6a9ed 100644 --- a/app.js +++ b/app.js @@ -3,5 +3,4 @@ const colors = ['red', 'orange', 'yellow', 'green', 'blue', 'indigo', 'violet']; let spans = document.querySelectorAll('span'); for(let i in colors){ spans[i].style.color = colors[i]; - console.log(i) -} \ No newline at end of file +}