➕strict equality (===)
equality without type conversion.
Last updated
equality without type conversion.
Last updated
JS ⟩ statement ⟩ expression ⟩ operator ⟩ relational ⟩ strict (===)
compares two values, without type conversion.
synonyms: ”identity operator"
compare: sloppy equality (==)