There was an error while loading. Please reload this page.
1 parent d4c23dc commit 6118cc0Copy full SHA for 6118cc0
1 file changed
2-ui/1-document/07-modifying-document/10-clock-setinterval/solution.md
@@ -44,6 +44,7 @@ function clockStart() { // run the clock
44
timerId = setInterval(update, 1000);
45
}
46
update(); // (*)
47
+}
48
49
function clockStop() {
50
clearInterval(timerId);
0 commit comments