skip to content →
ts-quiz
— ~/loading.ts
tsc --watch
● loading…
TS
home.ts
TS
levels.ts
MD
learn.md
TS
playground.ts
NEW
// tsc --watch · type-checking modules…
await
load
(
"loading.ts"
)
// streaming server components
◇ tsc 6.0.3 · compiling…
UTF-8
◇ loading…
ts-quiz
—
js-modern/17.js
● 0 errors
TS
JS
PY
DE ▾
JS
home.js
JS
levels.js
MD
learn.md
JS
playground.js
JS
challenges.js
js-modern
·
17
/25
[verlassen]
example.js
kopieren
console.
log
([
1
,
2
,
3
].
flatMap
(
n
=>
[n, n
*
10
]));
Was gibt das aus?
A
[1,10,2,20,3,30]
B
[[1,10],[2,20],[3,30]]
C
[1,2,3,10,20,30]
D
[10,20,30]
← zurück
✓ es2024
UTF-8