1-Platform/one-platform

(JS-0059) Null comparisons without type-checking operators may not work as intended

Closed this issue · 0 comments

Description

Comparing to null without a type-checking operator (=== or !==), can have unintended results as the comparison will evaluate to true when comparing to not just a null, but also an undefined value.

Occurrences

There are 0 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/1-Platform/one-platform/issue/JS-0059/occurrences/