Tags

Async / Await

Async / Await

0 lessons
1 code snippet
2 question banks
3 community items

async-await

Question Banks

2 items
Question Bank

Promises and async/await Basics

Beginner drills on Promise resolution order, async/await semantics, and the microtask queue. Three short JavaScript snippets you can predict line-by-line.

JavaScript
promises
async-await
fundamentals
quiz

155

5

Easy
Question Bank
Premium

JavaScript Promise, async/await, and Event Loop Traces

Six traces emphasizing microtask vs macrotask ordering, `Promise.all` timing, `await`-as-microtask sequencing, and the classic `var` + `setTimeout` loop pitfall.

JavaScript
quiz
js-event-loop
promises
async-await

832

17

Hard