5 ms·
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
by bdfh42 12y 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.
- diegoloop 12y agoYes 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