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

What does this print?

✓ es2024