scrimba
Extracurricular challenges : The Frontend Developer Career Path
Challenge: Loop Olympics - Bronze Medal
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 - Bronze Medal
AboutCommentsNotes
Challenge: Loop Olympics - Bronze Medal
Expand for more info
index.js
run
preview
console
// Assignment - Loop Olympics - Bronze Medal
// Write a for loop that will push the numbers 0 through 9 to an array.
// Write a for loop that prints to the console only even numbers 0 through 100.
// Write a for loop that will push every other fruit to an array.
// const fruit = ["banana", "orange", "apple", "kiwi", "pear", "peach"]
Console
/index.html
-5:06