You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// When you click the `Set Alarm` button the counter at the top of the screen should change to the number you entered in the `input` field. For example, if the `input` field says `10` then the title should say `Time Remaining: 00:10`. => Done
18
-
19
-
// Every one second the title should count down by one.
20
-
21
-
// When the `Time Remaining` reaches `00:00` the alarm should play a sound. You can make the sound happen by using `playAlarm()`.
22
-
23
-
// You can stop the alarm sound by pressing the `Stop Alarm` button.
24
-
25
-
// ## Need Help?
26
-
27
-
// Only read this section if you really need to! It's good to work this out for yourself.
28
-
29
-
// ### Hints
30
-
31
-
// - Have you tried looking at the `setInterval` function?
0 commit comments