scrimba
Yet Another Programming Course
101 - Control: Conditionals
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

101 - Control: Conditionals
AboutCommentsNotes
101 - Control: Conditionals
Expand for more info
index.js
run
preview
console
// Javascript

// if (true) {
// console.log("It was true!")
// }
Console
/index.html
-12:44