Add a missing bracket in the solution description
This commit is contained in:
parent
d4c23dcf37
commit
6118cc0878
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ function clockStart() { // run the clock
|
||||||
timerId = setInterval(update, 1000);
|
timerId = setInterval(update, 1000);
|
||||||
}
|
}
|
||||||
update(); // (*)
|
update(); // (*)
|
||||||
|
}
|
||||||
|
|
||||||
function clockStop() {
|
function clockStop() {
|
||||||
clearInterval(timerId);
|
clearInterval(timerId);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue