scrimba
Prompt Engineering
Prompt Engineering
Prompt Iteratively: Prompt, Evaluate, Repeat
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

Prompt Iteratively: Prompt, Evaluate, Repeat
AboutCommentsNotes
Prompt Iteratively: Prompt, Evaluate, Repeat
Expand for more info
index.html
run
preview
console
<!DOCTYPE html>  
<html>
<head>
<meta charset="UTF-8">
<title>Role With It Games - Inventory</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>Role With It Games Inventory</h1>
<div class="container" id="game-container"></div>
<script src="index.js"></script>
</body>
</html>
Console
/index.html#
-3:57