scrimba
AI Apps
Build a movie idea generator with ChatGPT and Dall-E
Course Intro
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

index.html
run
preview
console
<!doctype html>
<html>

<head>
<title></title>
<link rel="stylesheet" href="index.css">
</head>

<body>
<script type="module" src="index.js"></script>
</body>

</html>
Console
/index.html
-3:33