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/
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 asa == bthe 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/