Hacker News new | ask | show | jobs
by nene 5657 days ago
Comparing with === does not perform type coercion, while == does and the rules for type coercion in JavaScript are even more funky than for semicolon insertion.