scrimba
Frontend Career Path
Making websites interactive
Passenger counter
Using functions to write less code
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

Using functions to write less code
AboutCommentsNotes
Using functions to write less code
Expand for more info
index.js
run
preview
console
// Setting up the the race 🏎 🏎 🏎

console.log(5)
console.log(4)
console.log(3)
console.log(2)
console.log(1)

// GO! 🏁
// Players are running the race 🏎 💨
// Race is finished! 🍾

// Get ready for a new race 🏎 🏎 🏎
Console
/index.html
-3:33