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/16.js
● 0 errors
TS
JS
PY
DE ▾
JS
home.js
JS
levels.js
MD
learn.md
JS
playground.js
JS
challenges.js
js-modern
·
16
/25
[verlassen]
example.js
kopieren
console.
log
([
1
, [
2
, [
3
, [
4
]]]].
flat
(
2
));
Was gibt das aus?
A
[1, 2, 3, [4]]
B
[1, 2, 3, 4]
C
[1, [2, [3, [4]]]]
D
[1, 2, [3, [4]]]
← zurück
✓ es2024
UTF-8