JS Coding Questions Logo
JS Coding Questions
#398💼 Interview

What is a microTask queue

Advertisement

728x90

Microtask Queue is the new queue where all the tasks initiated by promise objects get processed before the callback queue.

The microtasks queue are processed before the next rendering and painting jobs. But if these microtasks are running for a long time then it leads to visual degradation.

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 55

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
398of476