Another example question
Created by Codedamn about a year ago
0
No description provided
3 Comments
- When "callStack" is empty, its ''microTask Queue" time.
- When "callStack" and "microTask Queue" are empty, its "task Queue" time.
1
Notes:
0
How do i know exactly what is a macro task and what's a micro task?
0
First it runs Call stack thing, then the control looks for micro tasks queue after that the tasks are run.
show more answers
Your comment