Hacker News new | ask | show | jobs
by freyr 3758 days ago
It's strict equality in JavaScript.

    17 == "17"  // TRUE
    17 === "17" // FALSE
1 comments

Heh, just looking at the code rather than the text, my first thought was "type error".

JavaScript. Wat? https://www.destroyallsoftware.com/talks/wat