strict equality (===)
equality without type conversion.
Last updated
Was this helpful?
equality without type conversion.
Last updated
Was this helpful?
⟩ ⟩ ⟩ ⟩ ⟩ strict (===)
compares two values, without .
synonyms: ”identity operator"
compare: sloppy equality (==)
replit: