scrimba
The JavaScript Language [JSL] Module 4 (Control Flow)
Energon Stock Take
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

Energon Stock Take
by
AboutCommentsNotes
Energon Stock Take
by
Expand for more info
index.html
run
preview
console
<!doctype html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>💵 Energon Stock Take 🥤</h1>
<p>Answer will print in the console</p>
<script src="index.js"></script>
</body>
</html>
Console
!
SyntaxError: Unexpected token ';'
,
/index.html
LIVE