Quiz on Strings
Take a quiz on some string concepts.
Quiz on Strings
1
What does this statement return?
"hello".length + "world".length
A)
55
B)
8
C)
10
D)
5
Question 1 of 40 attempted
Take a quiz on some string concepts.
Quiz on Strings
What does this statement return?
"hello".length + "world".length
55
8
10
5