@cm0002@lemmy.world to Programmer Humor@programming.dev • 16 days agoThe JavaScript type coercion algorithmlemmy.mlimagemessage-square12fedilinkarrow-up193arrow-down11file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up192arrow-down1imageThe JavaScript type coercion algorithmlemmy.ml@cm0002@lemmy.world to Programmer Humor@programming.dev • 16 days agomessage-square12fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squareAustralis13linkfedilink4•16 days agoHaving worked with JavaScript, I understand the usefulness of a “less strict” equality comparison like this, but the coercion of objects still does my head in… (And for the record, most of the time I did use strict equality).
Having worked with JavaScript, I understand the usefulness of a “less strict” equality comparison like this, but the coercion of objects still does my head in…
(And for the record, most of the time I did use strict equality).