• ✂⚋⚋⚋⚋ clb92 ⚋⚋@feddit.dk
    ·
    edit-2
    8 months ago

    Like == but more strict. The == operator will do type conversion, so 0 == '' will actually be true, as an example. Sometimes (honestly, most times) you may want to compare more strictly.

    See this StackOverflow answer: https://stackoverflow.com/questions/359494/which-equals-operator-vs-should-be-used-in-javascript-comparisons