Skip to content

Commit cd48177

Browse files
Update script.js
1 parent 5a423ce commit cd48177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Clock/Digital Clock/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ function updateClock() {
4040
function intiClock() {
4141
updateClock();
4242
window.setInterval("updateClock()", 1);
43-
};
43+
}

0 commit comments

Comments
 (0)