| # | title | topic | type | difficulty |
|---|---|---|---|---|
| 1 | The + operator: string context wins | Type Coercion | Multiple choice | Hard |
| 2 | Numeric-preferred operators | Type Coercion | Multiple choice | Medium |
| 3 | The == algorithm, step by step | Type Coercion | Multiple choice | Hard |
| 4 | null >= 0 but null != 0 | Type Coercion | Multiple choice | Hard |
| 5 |
| The army of things equal to nothing |
| Type Coercion |
| Multiple choice |
| Hard |
| 6 | '10' < '9' — string comparison traps | Type Coercion | Multiple choice | Hard |
| 7 | {} + [] — position is everything | Type Coercion | Multiple choice | Hard |
| 8 | Symbols: explicit yes, implicit never | Type Coercion | Multiple choice | Hard |
| 9 | Loose equality is not transitive | Type Coercion | Multiple choice | Hard |
| 10 | + concatenates, - calculates | Type Coercion | Multiple choice | Easy |
| 11 | Truthy or falsy? | Type Coercion | Multiple choice | Easy |