skip to content →
ts-quiz
js-basic · 4/5[wyjdź]
const s = "hello";
console.log(s[0], s.length);

Co to wypisze?

✓ es2024