Skip to content

Commit 6ed54a9

Browse files
authored
Update thenletsmakevdaypancakes.html
1 parent 1b2a548 commit 6ed54a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thenletsmakevdaypancakes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div style="position: absolute; top: 141px; left: 103px;" class="timer" id="timer">1:00</div>
3939

4040
<script>
41-
let timeLeft = 60; // 3 minutes in seconds
41+
let timeLeft = 60;
4242
let timerInterval;
4343

4444
function startTimer() {
@@ -51,7 +51,7 @@
5151
if (timeLeft <= 0) {
5252
clearInterval(timerInterval);
5353
timerInterval = null;
54-
document.getElementById("timer").innerText = "Pancakes done!";
54+
document.getElementById("timer").innerText = "FLIP!";
5555
}
5656

5757
timeLeft--;

0 commit comments

Comments
 (0)