Skip to content

Commit ac7daa5

Browse files
committed
minor fixes
1 parent e1b3dfa commit ac7daa5

File tree

1 file changed

+1
-3
lines changed
  • 2-ui/99-ui-misc/03-event-loop/2-micro-macro-queue

1 file changed

+1
-3
lines changed

Diff for: 2-ui/99-ui-misc/03-event-loop/2-micro-macro-queue/solution.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,4 @@ To summarize,
4747
- The macrotask queue is now: `console.log(2); console.log(6); console.log(4)`.
4848
3. After the microtask queue becomes empty, the macrotask queue executes. It outputs `2`, `6`, `4`.
4949

50-
Finally, we have the output: `1 7 3 5 2 6 4`.
51-
52-
Получается вывод `1 7 3 5 2 6 4`.
50+
Finally, we have the output: `1 7 3 5 2 6 4`.

0 commit comments

Comments
 (0)