Skip to content

Commit c69782f

Browse files
Alex JamshidiAlex Jamshidi
authored andcommitted
pr review const declaration removed
1 parent d14f696 commit c69782f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sprint-3/alarmclock/alarmclock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ let timer;
22

33
function setAlarm() {
44
const timeSet = document.getElementById("alarmSet").value;
5-
const time = countdown(timeSet);
5+
countdown(timeSet);
66
}
77

88
function countdown(time) {

0 commit comments

Comments
 (0)