$a === $b Strict equality Tags === equality strict Related $a == $b $a !== $b 2 === '2'; // false 2 === 2; // true 2 === 2.0; // false 1.0+