scrimba
CSSL - Variables
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

CSSL - Variables
AboutCommentsNotes
CSSL - Variables
Expand for more info
index.html
run
preview
console
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="index.css">
<script src="index.pack.js"></script>
</head>
<body>
<h1>Computer Science at the Speed of Light (CSSL)</h1>
<h2>0001 - Variables</h2>
<div id="main"></div>
<div id="bottom"></div>

<div class="footer">
<hr>
Matt Brash
<br><a href="cs.brash.ca">cs.brash.ca</a>
<br><a href="school.brash.ca">school.brash.ca</a>
<br><a href="twitter.com/MisterBrash">@MisterBrash</a>
</div>
</body>
</html>
Console
/index.html
LIVE