Asynchronous callbacks are placed in a queue known as the __________ queue.

  • Callback Queue
  • Event Queue
  • Promise Queue
  • Execution Queue
Asynchronous callbacks are placed in the Callback Queue, and they wait for the Event Loop to move them to the Call Stack for execution when the stack is empty.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *