scrimba
Frontend Career Path
Making websites interactive
Chrome Extension
When to use let and const
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

AboutCommentsNotes
When to use let and const
Expand for more info
index.js
run
preview
console
const playerName = "Per"
let credits = 45

Console
"Total cost: 415. It will arrive in 7-14 days"
,
/index.html
-3:17