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
This question is part of this quiz :
Asynchronous JavaScript