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 fbb165f commit 74c4c23Copy full SHA for 74c4c23
Sprint-3/alarmclock/alarmclock.js
@@ -5,6 +5,7 @@ function setAlarm() {
5
6
const pauseButton = document.getElementById("pause-button");
7
pauseButton.textContent = "Pause";
8
+ pauseButton.removeEventListener("click",pauseCountDown)
9
pauseButton.addEventListener("click", pauseCountDown);
10
11
const alarmSetEl = document.getElementById("alarmSet");
0 commit comments