Font-size: A A A
This is the strict equal operator and only returns a Boolean true if both the operands are equal and of the same type.
a === 2 b === 4
These examples return true.