0
What is the result of the following expression? var myString = "abcdef"; document.write(myString.length);
java
11 Respuestas
+ 2
output is 6 char print
+ 1
6 Is The Correct Answer
+ 1
6
+ 1
The correct answer is 6
0
output is 6 char is print in string
0
6
0
What is the result of the following expression?
var myString = "abcdef";
document.write(myString.length);
This is the question above
And the answer
is = 6
0
answer is 6
0
plze i need explain for the above qu
0
6
0
First off, it's JavaScript, not java.
Second, the output is 6, the length of the string.