JPDev@programming.dev to Programmer Humor@programming.dev · 2 years ago===programming.devimagemessage-square76fedilinkarrow-up1694arrow-down117
arrow-up1677arrow-down1image===programming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square76fedilink
minus-squareQuazarOmega@lemy.lollinkfedilinkarrow-up68·2 years ago> 1 == 1 true > 1 == '1' true > 1 === '1' false (from node REPL) Basically it’s the real equals sign
> 1 == 1 true > 1 == '1' true > 1 === '1' false
(from node REPL)
Basically it’s the real equals sign