Update article.md
"using nested `setTimeout`:" -> "using nested `setTimeout` calls:"
This commit is contained in:
parent
863b3207c1
commit
6cf0f086e7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ count();
|
|||
|
||||
The browser may even show "the script takes too long" warning.
|
||||
|
||||
Let's split the job using nested `setTimeout`:
|
||||
Let's split the job using nested `setTimeout` calls:
|
||||
|
||||
```js run
|
||||
let i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue