...

/

Quiz on Strings

Quiz on Strings

Take a quiz on some string concepts.

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