scrimba
Learn JavaScript
Build a Mobile App
Aside: user-select
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

Aside: user-select
AboutCommentsNotes
Aside: user-select
Expand for more info
index.html
run
preview
console
<!doctype html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<h1 id="click"><span id="counter">0</span> cookies</h1>
<img src="assets/cookie-monster.jpeg">
</div>
<script src="index.js"></script>
</body>
</html>
Console
/index.html
-1:41