minor fixes

This commit is contained in:
Ilya Kantor 2022-04-06 11:58:55 +03:00
parent e1b3dfafcd
commit ac7daa516f

View file

@ -47,6 +47,4 @@ To summarize,
- The macrotask queue is now: `console.log(2); console.log(6); console.log(4)`.
3. After the microtask queue becomes empty, the macrotask queue executes. It outputs `2`, `6`, `4`.
Finally, we have the output: `1 7 3 5 2 6 4`.
Получается вывод `1 7 3 5 2 6 4`.
Finally, we have the output: `1 7 3 5 2 6 4`.