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
—
~/learn/javascript
● 0 errors
TS
JS
PY
PL ▾
JS
home.js
JS
levels.js
MD
learn.md
JS
playground.js
JS
challenges.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
* Opanuj JavaScript.
* 5 poziomów · 25 pytań · czysty JS.
*/
const
levels
= [
"js-basic"
,
"js-medium"
,
"js-advanced"
,
"js-async"
,
"js-modern"
];
function
start
(
level
) {
return
quiz
(
level
);
}
// wybierz poziom —>
start
(
"js-medium"
);
▸ 25 pytań · ~6 min
EXPLORER · POZIOM JS
"js-basic"
var/let/const, prymitywy, równość
25q
"js-medium"
closures, hoisting, this, prototypy
25q
"js-advanced"
event loop, generatory, proxy
25q
"js-async"
promise, async/await, microtaski
25q
"js-modern"
?., ??, structuredClone, nowoczesny ES
25q
TWÓJ POSTĘP
0
/ 125 odpowiedzi
▶ run start("js-medium")
✓ es2024
UTF-8
◇ wywnioskowane: js-medium