Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
RezkyRizaldi opened this issue Nov 28, 2022 · 0 comments
Closed

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

RezkyRizaldi opened this issue Nov 28, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@RezkyRizaldi
Copy link
Owner

Description

It is considered good practice to use the type-safe equality operators === and !== instead of their regular counterparts == and !=.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/RezkyRizaldi/borobot/issue/JS-0050/occurrences/

@RezkyRizaldi RezkyRizaldi added the enhancement New feature or request label Nov 28, 2022
@RezkyRizaldi RezkyRizaldi self-assigned this Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant