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/02.js
● 0 errors
TS
JS
PY
ES ▾
JS
home.js
JS
quiz.js
●
js-medium
·
2
/5
[salir]
console.
log
(
typeof
a);
var
a
=
1
;
console.
log
(
typeof
b);
What does this print?
A
undefined undefined
B
ReferenceError
C
number undefined
D
undefined ReferenceError
← ant.
✓ es2024
UTF-8