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/07.js
● 0 errors
TS
JS
PY
ES ▾
JS
home.js
JS
levels.js
MD
learn.md
JS
playground.js
JS
challenges.js
js-async
·
7
/25
[salir]
example.js
copiar
async
function
f
() {
return
5
; }
const
r
=
f
();
console.
log
(r
instanceof
Promise
,
await
r);
¿Qué imprime esto?
A
true 5
B
false 5
C
true Promise
D
true [object Promise]
← ant.
✓ es2024
UTF-8