Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | 2x | export const positions: Record<string, { x: number; y: number }> = {
// Row 5
"nested-loops": { x: 645, y: 0 },
"input-output": { x: 955, y: 0 },
files: { x: 1265, y: 0 },
modules: { x: 1575, y: 0 },
"string-methods": { x: 1885, y: 0 },
// Row 4
"main-fn": { x: 180, y: 300 },
loops: { x: 490, y: 300 },
recursion: { x: 800, y: 300 },
"nested-lists": { x: 1110, y: 300 },
"built-in-fns": { x: 1420, y: 300 },
methods: { x: 1730, y: 300 },
mutability: { x: 2040, y: 300 },
testing: { x: 2350, y: 300 },
// Row 3
conditionals: { x: 180, y: 650 },
"errors-debugging": { x: 490, y: 650 },
lists: { x: 800, y: 650 },
functions: { x: 1110, y: 650 },
"string-ops": { x: 1420, y: 650 },
dictionaries: { x: 1730, y: 650 },
tuples: { x: 2040, y: 650 },
sets: { x: 2350, y: 650 },
// Row 2
"arithmetic-ops": { x: 800, y: 1000 },
"boolean-expr": { x: 1110, y: 1000 },
variables: { x: 1420, y: 1000 },
"data-rep": { x: 1730, y: 1000 },
// Row 1
"data-types": { x: 1265, y: 1350 },
};
|