JS Quiz
Promise Execution Order
Mastering JavaScript async behavior requires understanding microtasks, macrotasks, and the event loop. This quiz shows you code with Promises, setTimeout, async/await, and console.log statements — your challenge is to predict the exact output order.
10 questions~10 minutesAdvanced