You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 == 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/
The text was updated successfully, but these errors were encountered: