scrimba
Learn JavaScript
Blackjack
Aside: The AND 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

Aside: The AND operator (&&)
AboutCommentsNotes
Aside: The AND operator (&&)
Expand for more info
index.js
run
preview
console
let hasCompletedCourse = true
let givesCertificate = true

function generateCertificate() {
console.log("Generating certificate....")
}


Console
/index.html
-3:41