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 af1d1bc commit 07aad7aCopy full SHA for 07aad7a
thenletsmakevdaypancakes.html
@@ -35,10 +35,10 @@
35
</div>
36
37
38
- <div style="position: absolute; top: 126px; left: 103px;" class="timer" id="timer">3:00</div>
+ <div style="position: absolute; top: 126px; left: 103px;" class="timer" id="timer">1:00</div>
39
40
<script>
41
- let timeLeft = 180; // 3 minutes in seconds
+ let timeLeft = 60; // 3 minutes in seconds
42
let timerInterval;
43
44
function startTimer() {
0 commit comments