Can element in JOB QUEUE be completed after element in TASK QUEUE?

community! I’ve been recently discovering how JavaScript works and came across interesting moment with order of elements being executed in Job Queue and Task Queue. As we all know, Job Queue has higher priority then Task Queue. But is it correct, that if async function like Promise.resolve depends on lower priority functions in Task Queue,… Read More Can element in JOB QUEUE be completed after element in TASK QUEUE?