scrimba
Learn JavaScript
Blackjack
Add basic styling
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
Add basic styling
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>Blackjack</h1>
<p id="message-el">Want to play a round?</p>
<p>Cards:</p>
<p>Sum:</p>
<script src="index.js"></script>
</body>
</html>
Console
"Do you want to draw a new card? 🙂"
,
/index.html
-4:18