IntegerAlex / IntegerAlex/hasty-server
(JS-0050) Avoid use of `==` and `!=`
Open
bug
good first issue
hacktoberfest
help wanted
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
## Description
It is considered good practice to use the type-safe equality operators `===` and `!==` instead of their regular counterparts `==` and `!=`.
## Occurrences
There are 18 occurrences of this issue in the repository.
See all occurrences on DeepSource → [app.deepsource.com/gh/IntegerAlex/hasty-server/issue/JS-0050/occurrences/](https://app.deepsource.com/gh/IntegerAlex/hasty-server/issue/JS-0050/occurrences/)
Contributor guide
Assessment
This issue has not been assessed yet.