scrimba
Extracurricular challenges : The Frontend Developer Career Path
Challenge: Loop Olympics - Preliminaries
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Challenge: Loop Olympics - Preliminaries
AboutCommentsNotes
Challenge: Loop Olympics - Preliminaries
Expand for more info
index.js
run
preview
console
//Assignment - Loop Olympics - Preliminaries

// Write a for loop that prints to the console the numbers 0 through 9.
// Write a for loop that prints to the console 9 through 0.
// Write a for loop that prints these fruits to the console.
// var fruit = ["banana", "orange", "apple", "kiwi"];
Console
/index.html
-6:08