What is the output of the below JavaScript?
var book = "Head First JavaScript";
alert(book.length);
Reveal answer
Fill a bubble to check yourself
What is the output of the below JavaScript?
var book = "Head First JavaScript";
alert(book.length);