We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2a548 commit 6ed54a9Copy full SHA for 6ed54a9
thenletsmakevdaypancakes.html
@@ -38,7 +38,7 @@
38
<div style="position: absolute; top: 141px; left: 103px;" class="timer" id="timer">1:00</div>
39
40
<script>
41
- let timeLeft = 60; // 3 minutes in seconds
+ let timeLeft = 60;
42
let timerInterval;
43
44
function startTimer() {
@@ -51,7 +51,7 @@
51
if (timeLeft <= 0) {
52
clearInterval(timerInterval);
53
timerInterval = null;
54
- document.getElementById("timer").innerText = "Pancakes done!";
+ document.getElementById("timer").innerText = "FLIP!";
55
}
56
57
timeLeft--;
0 commit comments