Before we go out and play, let's turn to a special kind of comparison operator that requires the value and the type to be equal.

What might it look like?

Fantastic! === will only result in true if the value and the type are exactly the same, which isn't the case when we compare a number with a string.

Didn't we use this operator for something quite different?