Strict equals operator: ===
The strict equals operator uses the Strict Equality Comparison Algorithm. If the types of the compared values differ, the result of the comparison is always false.
===
The strict equals operator uses the Strict Equality Comparison Algorithm. If the types of the compared values differ, the result of the comparison is always false.