What does the following code return?
let text = "JavaScript"; console.log(text.length);
Error
9
11
10