JavaScript | Asynchronous JavaScript | Question 7

Last Updated :
Discuss
Comments

What is the event loop's role in JavaScript?

To execute synchronous code

To prioritize promises over callbacks

To manage and execute asynchronous operations in the call stack

To handle HTTP requests

Share your thoughts in the comments