scrimba
Comment Your Javascript 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

Comment Your Javascript Code
AboutCommentsNotes
Comment Your Javascript Code
Expand for more info
index.js
run
preview
console
var number = 5; //in-line comment

/* this is a
multi-line comment */
number = 9;
Console
index.html
LIVE