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-async/01.js
● 0 errors
TS
JS
PY
PL ▾
JS
home.js
JS
levels.js
MD
learn.md
JS
playground.js
JS
challenges.js
js-async
·
1
/25
[wyjdź]
example.js
kopiuj
async
function
f
() {
return
42
; }
const
r
=
f
();
console.
log
(r);
Co wypisze console.log?
A
42
B
TypeError
C
Promise { <pending> }
D
Promise { 42 }
✓ es2024
UTF-8