Update article.md

'The browser may even show "the script..." warning' -> 'The browser may even show a "the script..." warning'
This commit is contained in:
Peter Roche 2020-02-13 20:37:09 -07:00 committed by GitHub
parent 6cf0f086e7
commit 0b2cbf947b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ function count() {
count(); count();
``` ```
The browser may even show "the script takes too long" warning. The browser may even show a "the script takes too long" warning.
Let's split the job using nested `setTimeout` calls: Let's split the job using nested `setTimeout` calls: