codedamn

Another example question

Created by Codedamn about a year ago

0

No description provided

3 Comments

    1

    Notes:

    1. When "callStack" is empty, its ''microTask Queue" time.
    2. When "callStack" and "microTask Queue" are empty, its "task Queue" time.
    0

    How do i know exactly what is a macro task and what's a micro task?

    @danhenrik

    Daniel Henrique

    @danhenrik

    0

    First it runs Call stack thing, then the control looks for micro tasks queue after that the tasks are run.

    @aslam111

    Sayed Aslam Shah

    @aslam111

Your comment