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-medium/13.js
● 0 errors
TS
JS
PY
FR ▾
JS
home.js
JS
levels.js
MD
learn.md
JS
playground.js
JS
challenges.js
js-medium
·
13
/25
[quitter]
example.js
copier
function
add
(
a
,
b
) {
return
a
+
b; }
const
add5
=
add.
bind
(
null
,
5
);
console.
log
(
add5
(
3
));
Qu'est-ce que cela affiche ?
A
8
B
5
C
53
D
TypeError
← préc.
✓ es2024
UTF-8