scrimba
Learn JavaScript
Practice part 1
Solo Project (PRO) - Basketball Scoreboard
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

Solo Project (PRO) - Basketball Scoreboard
AboutCommentsNotes
Solo Project (PRO) - Basketball Scoreboard
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<div>
<h3>HOME</h3>
</div>
<div>
<h3>GUEST</h3>
</div>
</div>
<script src="index.js"></script>
</body>
</html>
Console
/index.html
-4:21