scrimba
Code with AI
Build with ChatGPT
Debug, get feedback, and improve your code
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

Debug, get feedback, and improve your code
AboutCommentsNotes
Debug, get feedback, and improve your code
Expand for more info
index.html
run
preview
console
<!DOCTYPE html>
<html>
<head>
<title>ReelRewards - Promo Code App</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="script.js"></script>
</head>
<body>
<h1>
<span class="icon material-icons-outlined">theaters</span>
ReelRewards
</h1>
<p id="finalPrice"></p>
<div id="app">
<form id="promoForm">
<label for="promoCode">Enter promo code:</label>
<input type="text" id="promoCode" required/>
<button type="submit">Apply Discount</button>
</form>
</div>
</body>
</html>
Console
!
TypeError: Cannot set properties of null (setting 'textContent')
,
/index.html?
-11:46