scrimba
Learn JavaScript
Blackjack
Write your first loop
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

Write your first loop
AboutCommentsNotes
Write your first loop
Expand for more info
index.js
run
preview
console


// Create a for loop that counts from 10 to 100 in steps of 10
// Use console.log to log out the numbers
Console
/index.html
-3:22