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/07.js
● 0 errors
TS
JS
PY
EN ▾
JS
home.js
JS
levels.js
MD
learn.md
JS
playground.js
JS
challenges.js
js-medium
·
7
/25
[exit]
example.js
copy
for
(
let
i
=
0
; i
<
3
; i
++
) {
setTimeout
(()
=>
console.
log
(i),
0
);
}
What does this print (let loop)?
A
0 1 2
B
3 3 3
C
0 0 0
D
1 2 3
← prev
✓ es2024
UTF-8