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/02.js
● 0 errors
TS
JS
PY
FR ▾
JS
home.js
JS
quiz.js
●
js-basic
·
2
/5
[quitter]
console.
log
(
0
==
"0"
);
console.
log
(
0
===
"0"
);
What does this print?
A
true true
B
true false
C
false true
D
false false
← préc.
✓ es2024
UTF-8