We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d78b01e + 0354326 commit c0904eaCopy full SHA for c0904ea
1-js/06-advanced-functions/08-settimeout-setinterval/article.md
@@ -218,7 +218,7 @@ And here is the picture for the nested `setTimeout`:
218
219

220
221
-**The nested `setTimeout` guarantees the fixed delay (here 100ms).**
+**The nested `setTimeout` ensures a minimum delay (100ms here) between the end of one call and the beginning of the subsequent one.**
222
223
That's because a new call is planned at the end of the previous one.
224
0 commit comments