| # | title | topic | type | difficulty |
|---|---|---|---|---|
| 1 | Drag the coercion algorithm into order: [10] == 10 | Type Coercion | Drag & drop | Hard |
| 2 | Coercion flow: false + 4 | Type Coercion | Drag & drop | Easy |
| 3 | Coercion flow: '5' + 1 | Type Coercion | Drag & drop | Easy |
| 4 | Coercion flow: '5' - 1 | Type Coercion | Drag & drop | Easy |
| 5 |
| Type Coercion |
| Drag & drop |
| Easy |
| 6 | Coercion flow: !!'0' | Type Coercion | Drag & drop | Easy |
| 7 | Coercion flow: 1 + true | Type Coercion | Drag & drop | Easy |
| 8 | Coercion flow: '' || 'anon' | Type Coercion | Drag & drop | Easy |
| 9 | Coercion flow: null + 1 | Type Coercion | Drag & drop | Easy |
| 10 | Coercion flow: building the baNaNa | Type Coercion | Drag & drop | Medium |
| 11 | Coercion flow: 1 + '2' - 3 | Type Coercion | Drag & drop | Medium |
| 12 | Coercion flow: '5' - - '2' | Type Coercion | Drag & drop | Medium |
| 13 | Coercion flow: '10' < '9' | Type Coercion | Drag & drop | Medium |
| 14 | Coercion flow: 1 < 2 < 3 | Type Coercion | Drag & drop | Medium |
| 15 | Coercion flow: 3 > 2 > 1 | Type Coercion | Drag & drop | Medium |
| 16 | Coercion flow: null == undefined | Type Coercion | Drag & drop | Medium |
| 17 | Coercion flow: true + true + '1' | Type Coercion | Drag & drop | Medium |
| 18 | Coercion flow: NaN == NaN | Type Coercion | Drag & drop | Medium |
| 19 | Coercion flow: [] + {} | Type Coercion | Drag & drop | Hard |
| 20 | Coercion flow: {} + [] (statement position) | Type Coercion | Drag & drop | Hard |
| 21 | Coercion flow: [] == ![] | Type Coercion | Drag & drop | Hard |
| 22 | Coercion flow: null >= 0 | Type Coercion | Drag & drop | Hard |