scrimba
Frontend Career Path
Getting hired
Interview tips
const vs let vs var
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
const vs let vs var
Expand for more info
index.js
run
preview
console
/**
* Front End Interview Questions: const vs let vs var
*
* Q: What are the differences between const, let, and var?
*/
Console
/index.html
-4:29