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/21.js
● 0 errors
TS
JS
PY
PL ▾
JS
home.js
JS
levels.js
MD
learn.md
JS
playground.js
JS
challenges.js
js-basic
·
21
/25
[wyjdź]
example.js
kopiuj
const
a
=
Array.
from
({ length:
3
}, (
_
,
i
)
=>
i
*
2
);
console.
log
(a);
Co to wypisze?
A
[0, 2, 4]
B
[2, 4, 6]
C
[undefined, undefined, undefined]
D
[0, 1, 2]
← poprz.
✓ es2024
UTF-8