▲ 668 ▼ === (programming.dev) submitted 2 years ago by JPDev@programming.dev to c/programmer_humor@programming.dev 71 comments fedilink hide all child comments
[–] QuazarOmega@lemy.lol 62 points 2 years ago > 1 == 1 true > 1 == '1' true > 1 === '1' false (from node REPL) Basically it's the real equals sign permalink fedilink source parent