draft
This commit is contained in:
parent
65671ab7ba
commit
9c3ac133e3
23 changed files with 330 additions and 273 deletions
|
@ -5,7 +5,7 @@ let i = 0;
|
|||
|
||||
let start = Date.now();
|
||||
|
||||
let timer = setInterval(count, 0);
|
||||
let timer = setInterval(count);
|
||||
|
||||
function count() {
|
||||
|
||||
|
@ -20,4 +20,3 @@ function count() {
|
|||
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue