cmdrkeen@programming.dev to Programmer Humor@programming.dev · 10 months agoThe Holy Trinity of JavaScriptprogramming.devimagemessage-square72fedilinkarrow-up1734arrow-down111
arrow-up1723arrow-down1imageThe Holy Trinity of JavaScriptprogramming.devcmdrkeen@programming.dev to Programmer Humor@programming.dev · 10 months agomessage-square72fedilink
minus-squarethanks_shakey_snake@lemmy.calinkfedilinkarrow-up23·10 months 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.