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 5a423ce commit cd48177Copy full SHA for cd48177
Clock/Digital Clock/script.js
@@ -40,4 +40,4 @@ function updateClock() {
40
function intiClock() {
41
updateClock();
42
window.setInterval("updateClock()", 1);
43
-};
+}
0 commit comments