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/12.js
● 0 errors
TS
JS
PY
EN ▾
JS
home.js
JS
levels.js
MD
learn.md
JS
playground.js
JS
challenges.js
js-modern
·
12
/25
[exit]
example.js
copy
const
a
=
9007199254740993
n
;
const
b
=
a
+
1
n
;
console.
log
(b);
What does this print?
A
9007199254740994n
B
9007199254740993n
C
TypeError
D
9007199254740994
← prev
✓ es2024
UTF-8