Pair
wrong
type Pair = [string, number]; const p: Pair = ["age", 30]; const [label, value] = p; const wrong: Pair = [30, "age"];
A/B/C/D lub 1/2/3/4 — odpowiedzi · ←/→ — nawigacja