Lesson 13 of 50

JavaScript Strings

let text = "JavaScript";
console.log(text.length);
← Previous Next →