scrimba
Frontend Career Path
Making websites interactive
Challenges
Logical operators
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

AboutCommentsNotes
Logical operators
Expand for more info
index.js
run
preview
console
let dayOfMonth = 13
let weekday = "Friday"

// If it is Friday the 13th, log out this spooky face: 😱
// Use the logical "AND operator" -> &&



Console
/index.html
-1:56