cmdrkeen@programming.dev to Programmer Humor@programming.dev · 1 year agoThe Holy Trinity of JavaScriptprogramming.devimagemessage-square14fedilinkarrow-up1387arrow-down16
arrow-up1381arrow-down1imageThe Holy Trinity of JavaScriptprogramming.devcmdrkeen@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square14fedilink
minus-squarethanks_shakey_snake@lemmy.calinkfedilinkarrow-up15·1 year agoIt’s actually the other way around. == has to perform type coercions as part of its equality algorithm, whereas === does not, so == has more steps.
It’s actually the other way around. == has to perform type coercions as part of its equality algorithm, whereas === does not, so == has more steps.