We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeabf4b commit 3812497Copy full SHA for 3812497
1-js/06-advanced-functions/08-settimeout-setinterval/article.md
@@ -319,7 +319,7 @@ We do a part of the job `(*)`:
319
320
1. First run: `i=1...1000000`.
321
2. Second run: `i=1000001..2000000`.
322
-3. ...and so on, the `while` checks if `i` is evenly divided by `100000`.
+3. ...and so on, the `while` checks if `i` is evenly divided by `1000000`.
323
324
Then the next call is scheduled in `(*)` if we're not done yet.
325
0 commit comments