Nuacht

The strict equality operator (===) behaves simply and clearly; it returns true only when both the type and value of two operands are exactly equal. For example, 5 === 5 results in true, while '5' === ...