โstrict equality (===)
equality without type conversion.
Last updated
Was this helpful?
equality without type conversion.
Last updated
Was this helpful?
JS โฉ statement โฉ expression โฉ operator โฉ relational โฉ strict (===)
compares two values, without type conversion.
๐ฏ synonyms๏ผ โidentity operator"
๐ compare๏ผ sloppy equality (==)