Quiz

Test your understanding of strings in JavaScript.

We'll cover the following...
Technical Quiz
1.

Choose the correct option:

A.

String values may be compared using the === operator, which is case sensitive.

B.

JavaScript strings are not immutable.

C.

You may iterate over a string using either a for or a for-in loop.

D.

All of the above


1 / 7