scrimba
Intro to JavaScript
Challenge: Even/Odd Looping
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: Even/Odd Looping
AboutCommentsNotes
Challenge: Even/Odd Looping
Expand for more info
index.js
run
preview
console
//Assignment - Even/Odd Looping
// Create a for loop that iterates through 101 numbers (from 0 - 100).
// If the current iteration is an Odd number, print "Odd" to the console, otherwise print "Even".
Console
/index.html
-3:29