Q. What is the event loop in JavaScript?
β
Correct Answer: (A)
A mechanism that handles asynchronous callbacks
Explanation: The event loop is responsible for executing asynchronous code in JavaScript.