What does the following JavaScript code do”
“Hello, World!”.length;
A.
Test the width of a literal string.
B.
Writes Hello, World to the screen.
C.
Test the length of a literal string.
D.
nothing
What does the following JavaScript code do”
“Hello, World!”.length;
What does the following JavaScript code do”
“Hello, World!”.length;
A.
Test the width of a literal string.
B.
Writes Hello, World to the screen.
C.
Test the length of a literal string.
D.
nothing