JavaScript Event Loop: Queue vs Message Queue vs Event Queue
问题 Reading through a lot of JavaScript Event Loop tutorials, I see different terms to identify the queue stores messages ready to be fetched by the Event Loop when the Call Stack is empty: Queue Message Queue Event Queue I can't find the canonical term to identify this. Even MDN seems to be confused on the Event Loop page as it calls it Queue first, then says Message Queue but in the tags I see Event Queue . Is this part of the Loop being defined somewhere in details, or it's simply an