Hacker News new | ask | show | jobs
by AI_Overlord 3760 days ago
Fuck me. What does that stand for? I know =,==, but not ===
1 comments

It's strict equality in JavaScript.

    17 == "17"  // TRUE
    17 === "17" // FALSE
Heh, just looking at the code rather than the text, my first thought was "type error".

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