code non-compatible with clarification drawing
same problem with merge request #1554 which I have sent freshly.
This commit is contained in:
parent
601d9583f7
commit
80b6da144d
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ The second one uses nested `setTimeout`:
|
|||
```js
|
||||
let i = 1;
|
||||
setTimeout(function run() {
|
||||
func(i);
|
||||
func(i++);
|
||||
setTimeout(run, 100);
|
||||
}, 100);
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue