scrimba
The JavaScript Language [JSL] Module 4 (Control Flow)
Energy Drink Inventory
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

Energy Drink Inventory
by
AboutCommentsNotes
Energy Drink Inventory
by
Expand for more info
index.html
run
preview
console
<!doctype html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<script src="index.js"></script>
</body>
</html>
Console
[
{name:
"SuperCharge"
, quantity:
100
}
,
{name:
"Electrolyte Blast"
, quantity:
50
}
,
{name:
"Revive"
, quantity:
75
}
]
,
/index.html
LIVE