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.
===
true
Didn't we use this operator for something quite different?