Skip to content

Commit db9b580

Browse files
committed
closes #1747
1 parent ff82a9b commit db9b580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/99-ui-misc/03-event-loop/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ What's going to be the order here?
263263
2. `promise` shows second, because `.then` passes through the microtask queue, and runs after the current code.
264264
3. `timeout` shows last, because it's a macrotask.
265265

266-
The richer event loop picture looks like this:
266+
The richer event loop picture looks like this (order is from bottom to top, that is: `setTimeout` first, then microtasks and so on):
267267

268268
![](eventLoop-full.svg)
269269

0 commit comments

Comments
 (0)