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