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 f691b29 commit 3f63303Copy full SHA for 3f63303
Sprint-3/alarmclock/alarmclock.js
@@ -6,7 +6,14 @@ function resetTimer() {
6
clearInterval(timerInterval);
7
timerInterval = null;
8
}
9
+
10
+ // Stop any playing alarm sound
11
+ pauseAlarm();
12
13
+ // Reset display to 00:00
14
+ updateTimeDisplay(0);
15
16
17
//Starts the alarm counbtdown
18
function setAlarm() {
19
// Read the minutes value from the alarm input field
0 commit comments