Hacker News new | past | comments | ask | show | jobs | submit login

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




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: