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 ca8bff1 commit f29d5dcCopy full SHA for f29d5dc
src/public/javascripts/Countdown.js
@@ -25,7 +25,7 @@ function Countdown(countdownSeconds) {
25
this.minutesRemaining = t.min;
26
console.log(`${this.minutesRemaining}:${this.secondsRemaining}`);
27
}
28
- updateClock();
+ updateClock();
29
this.timeInterval = setInterval(updateClock, 1000);
30
};
31
0 commit comments