Quiz on Strings
Take a quiz on some string concepts.
We'll cover the following...
We'll cover the following...
Quiz on Strings
1.
What does this statement return?
"hello".length + "world".length
A.
55
B.
8
C.
10
D.
5
1 / 4
Take a quiz on some string concepts.
Quiz on Strings
What does this statement return?
"hello".length + "world".length
55
8
10
5