IntegerAlex / IntegerAlex/hasty-server

(JS-0050) Avoid use of `==` and `!=`

Open
#76 3 comments 0 reactions 2 assignees Claimed by @RashmitTopG View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.