scrimba
Learn Basic JavaScript
Understanding Boolean Values
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

Understanding Boolean Values
AboutCommentsNotes
Understanding Boolean Values
Expand for more info
index.js
run
preview
console
function welcomeToBooleans() {
return false;
}
Console
index.html
-0:40