Skip to content

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

Open
@DerekNonGeneric

Description

@DerekNonGeneric

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 2 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/openinf/util-errors/issue/JS-0059/occurrences/

Metadata

Metadata

Assignees

No one assigned

    Labels

    hacktoberfestIssues that are a good fit for Hacktoberfest participants to work on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions