Hacker News new | ask | show | jobs
by marchelzo 4102 days ago
What do you mean by "native operators like ? and if uses == and not ==="?
1 comments

I believe ffn is referring to the ternary operators [1] not using identity operator, but rather the equality operator.

[1] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...

[2] http://stackoverflow.com/questions/359494/does-it-matter-whi...