scrimba
Yet Another Programming Course
000 - The Learning Environment
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

000 - The Learning Environment
AboutCommentsNotes
000 - The Learning Environment
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
<script src="index.pack.js"></script>
<title>000 - Learning Environment</title>
</head>
<body>
<h1>Yet Another Programming Course</h1>
<h3>But hopefully a bit different</h3>
<hr>
<h1>000 - Learning Environment (Scrimba)</h1>
</body>
</html>
Console
index.html
-5:53