Y
Hacker News
new
|
ask
|
show
|
jobs
by
bdfh42
4427 days ago
The whole point of having two sets of comparitors (=== and == in this instance) is that you can use the correct one for any given circumstance. Proscribing the use of one in favour of the other is just woolly thinking.
1 comments
diegoloop
4427 days ago
Yes but in most of the cases it's better to use === operators. I mean, they both are correct. It's just a matter of style
link