Skip to content

(JS-0050) Avoid use of == and != #34

@lovetyagi-17

Description

@lovetyagi-17

Description

It is considered good practice to use the type-safe equality operators === and !== instead of their regular counterparts == and !=. If one of those occurs in an innocent-looking statement such as a == b the actual problem is very difficult to spot.

Occurrences

There are 54 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/MozPhoenixClubJUET/JUEThacks2020/issue/JS-0050/occurrences/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions