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/05.js
● 0 errors
TS
JS
PY
ES ▾
JS
home.js
JS
quiz.js
●
js-basic
·
5
/5
[salir]
const
obj
=
{ name:
"Ada"
};
const
{
name
,
age
=
30
}
=
obj;
console.
log
(name, age);
What does this print?
A
Ada 30
B
Ada undefined
C
undefined 30
D
TypeError
← ant.
✓ es2024
UTF-8