• QuazarOmega@lemy.lol
    ·
    8 months ago
    > 1 == 1
    true
    > 1 == '1'
    true
    > 1 === '1'
    false
    

    (from node REPL)

    Basically it's the real equals sign *removed externally hosted image*