Update article.md

"using nested `setTimeout`:" -> "using nested `setTimeout` calls:"
This commit is contained in:
Peter Roche 2020-02-13 20:34:23 -07:00 committed by GitHub
parent 863b3207c1
commit 6cf0f086e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;