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 74c4c23 commit 35c4a7cCopy full SHA for 35c4a7c
Sprint-3/alarmclock/alarmclock.js
@@ -11,7 +11,6 @@ function setAlarm() {
11
const alarmSetEl = document.getElementById("alarmSet");
12
const timeRemainingEl = document.getElementById("timeRemaining");
13
let totalSeconds = +alarmSetEl.value;
14
- remainingSeconds = totalSeconds;
15
16
if (
17
totalSeconds <= 0 ||
0 commit comments