Skip to content

Commit 8c26043

Browse files
remove unused variable declaration for timeRemaining element in setAlarm function
1 parent 9ebd673 commit 8c26043

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sprint-3/alarmclock/alarmclock.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ let intervalId;
22
let isPaused;
33
let remainingSeconds = 0;
44
function setAlarm() {
5-
65
const alarmSetEl = document.getElementById("alarmSet");
7-
const timeRemainingEl = document.getElementById("timeRemaining");
86
let totalSeconds = +alarmSetEl.value;
97

108
if (

0 commit comments

Comments
 (0)