Quiz

Test your knowledge of ReasonML's data structures with this quiz.

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

Which of these pairs of properties hold true for a tuple?

A.

Immutable and ordered

B.

Mutable and ordered

C.

Mutable and unordered

D.

Immutable and unordered


1 / 6

In the next section, we’ll ...