| # | title | topic | type | difficulty |
|---|---|---|---|---|
| 31 | Hoisting flow: console.log(y); let y = 5 | Scope & Hoisting | Drag & drop | Medium |
| 32 | Hoisting flow: hi(); function hi() {…} | Scope & Hoisting | Drag & drop | Easy |
| 33 | dispatchEvent doesn't wait its turn | DOM Events | Drag & drop | Medium |
| 34 | Drag the propagation into order | DOM Events | Drag & drop | Medium |
| 35 | Run the suite in your head |
| Testing Lifecycle |
| Drag & drop |
| Easy |
| 36 | Nested describes: whose hook goes first? | Testing Lifecycle | Drag & drop | Hard |