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/07.js
● 0 errors
TS
JS
PY
FR ▾
JS
home.js
JS
levels.js
MD
learn.md
JS
playground.js
JS
challenges.js
js-modern
·
7
/25
[quitter]
example.js
copier
const
arr
=
[
1
];
const
[
a
,
b
=
99
,
c
=
100
]
=
arr;
console.
log
(a, b, c);
Qu'est-ce que cela affiche ?
A
1 99 100
B
1 undefined undefined
C
1 99 undefined
D
TypeError
← préc.
✓ es2024
UTF-8