Commit a013a28
authored
Sources such as [D. Crockford][^1] and [MDN][^2] both advise that only
triple equals operator should be used when programming in JavaScript
and double equals operator be ignored altogether.
[^1]:
https://bytearcher.com/articles/douglas-crockford-javascript-good-parts-book-review/
[^2]:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#Loose_equality_using
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
1 parent 7864fa0 commit a013a28
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments