JavaScript Event Loop Questions
A collection of questions and answers related to the JavaScript event loop.
Less than 10 submissions
QS
@qs_by_qset
Created this 6 months ago
Content
Stop reading
1. What is the difference between a callback and a Promise?
2. What is event bubbling?
Please login to your account to view this. Login
3. What is a Promise?
4. What is the event loop in JavaScript?
5. What is the purpose of the await keyword?
6. What is the purpose of the setTimeout() function?
7. What is the difference between synchronous and asynchronous code?
8. What is the difference between the microtask queue and the event queue?
9. What is the difference between a generator and an async generator?
10. What is event capturing?
11. What is the purpose of the async keyword?
12. What is the purpose of the setInterval() function?