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-basic/03.js
● 0 errors
TS
JS
PY
FR ▾
JS
home.js
JS
quiz.js
●
js-basic
·
3
/5
[quitter]
const
arr
=
[
1
,
2
,
3
];
arr[
10
]
=
99
;
console.
log
(arr.
length
);
What does this print?
A
3
B
4
C
11
D
RangeError
← préc.
✓ es2024
UTF-8