scrimba
Frontend Career Path
Making websites interactive
Blackjack
if/else...if/else statement
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
if/else...if/else statement
Expand for more info
index.js
run
preview
console
// Check if the person is elegible for a birthday card from the King! (100)

let age = 100

// if less than 100 -> "Not elegible"
// else if exactly 100 -> "Here is your birthday card from the King!"
// else -> "Not elegible, you have already gotten one"
Console
"You can not enter the club!"
,
/index.html
-3:21