Question:What is the output of the following JavaScript code?var name="My name is Emran!"; document.write(name.length);
var name="My name is Emran!"; document.write(name.length);
A 14 B 13 C 17 D 19
+ AnswerC
+ Report