GamerBoy705@lemmy.worldM to Software Gore@lemmy.worldEnglish · 2 years agoYes but nolemmy.worldimagemessage-square15linkfedilinkarrow-up1331arrow-down18file-text
arrow-up1323arrow-down1imageYes but nolemmy.worldGamerBoy705@lemmy.worldM to Software Gore@lemmy.worldEnglish · 2 years agomessage-square15linkfedilinkfile-text
minus-squareCommanderCloon@lemmy.mllinkfedilinkarrow-up10·2 years agoDepends on the language though, sometimes 5 == "5" and 5! == "5" (PHP & JS) My guess is that a .trim() is missing somewhere
Depends on the language though, sometimes
5 == "5"
and5! == "5"
(PHP & JS)My guess is that a
.trim()
is missing somewhere