scrimba
Learn JavaScript
Blackjack
If...else 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

If...else conditionals
AboutCommentsNotes
If...else conditionals
Expand for more info
index.js
run
preview
console
let firstCard = 6
let secondCard = 9
let sum = firstCard + secondCard

Console
15
,
/index.html
-5:39