scrimba
Note at 1:50
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

Note at 1:50
AboutCommentsNotes
Note at 1:50
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>JavaScriptmas Livestream Countdown 🎄</h1>
<div class="container">
<p id="countdown-display" class="countdown-display">-</p>
<p class="countdown-text">Days 'til Scrimba's JavaScriptmas Livestream!</p>
</div>
<script src="index.pack.js"></script>
</body>
</html>
Console
/index.html
LIVE