scrimba
Learn Basic JavaScript
Storing Values with the Assignment Operator
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

Storing Values with the Assignment Operator
AboutCommentsNotes
Storing Values with the Assignment Operator
Expand for more info
index.js
run
preview
console
var a;
var b = 2;
Console
null
,
index.html
-2:29