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 4de7371 commit 9ebd673Copy full SHA for 9ebd673
Sprint-3/alarmclock/alarmclock.js
@@ -2,9 +2,6 @@ let intervalId;
2
let isPaused;
3
let remainingSeconds = 0;
4
function setAlarm() {
5
- // const pauseButton = document.getElementById("pause-button");
6
- // pauseButton.textContent = "Pause";
7
- // pauseButton.addEventListener("click", pauseCountDown);
8
9
const alarmSetEl = document.getElementById("alarmSet");
10
const timeRemainingEl = document.getElementById("timeRemaining");
0 commit comments