Hacker News new | ask | show | jobs
by inimino 3263 days ago
Every language with loose typing has some edge cases.

Once students know that JS has type coercion, and how to avoid this entire class of problems, they never need to know or think about what "0" == false evaluates to.