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/05.js
● 0 errors
TS
JS
PY
EN ▾
JS
home.js
JS
quiz.js
●
js-modern
·
5
/5
[exit]
const
a
=
{ x: { y:
1
} };
const
b
=
structuredClone
(a);
b.x.y
=
99
;
console.
log
(a.x.y);
What does this print?
A
1
B
99
C
undefined
D
ReferenceError
← prev
✓ es2024
UTF-8