|
|
|
|
|
by Raphmedia
2493 days ago
|
|
You already know that ìn` will return either `true` or `false`. Why use `==` which will convert data instead of `===` which will test for a boolean directly? Ignore the symbols and use the words. Which makes more sense to you? "[My test] strictly equals true." or "[My test] loosely equals true." |
|