With three = signs, ===, we can check, say, if two numbers are the same.
=
===
=== is known as the strict equality operator. To keep it short, we'll just refer to it as the equality operator.