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);
|
||||
}
|
||||
update(); // (*)
|
||||
}
|
||||
|
||||
function clockStop() {
|
||||
clearInterval(timerId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue