Description
One of the interesting, and sometimes confusing, aspects of JavaScript is that assignment can happen at almost any point. Because of this, an errant equals sign can end up causing assignment when the true intent was to do a comparison. This is especially true when using a return statement. For …
Occurrences
There are 10 occurrences of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/HansEJC/hansejc.github.io/issue/JS-0086/occurrences/
Description
One of the interesting, and sometimes confusing, aspects of JavaScript is that assignment can happen at almost any point. Because of this, an errant equals sign can end up causing assignment when the true intent was to do a comparison. This is especially true when using a return statement. For …
Occurrences
There are 10 occurrences of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/HansEJC/hansejc.github.io/issue/JS-0086/occurrences/