cantstopthesignal@sh.itjust.works to Programmer Humor@lemmy.ml · 2 years agoThe code was very janky, but it workedi.imgflip.comimagemessage-square10fedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageThe code was very janky, but it workedi.imgflip.comcantstopthesignal@sh.itjust.works to Programmer Humor@lemmy.ml · 2 years agomessage-square10fedilink
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up1·2 years agoThis evaluates to NaN for some reason: '10' % 0 Since JS doesn’t really differentiate strings from numbers, except on the places it does, it makes sense to make sure you are working with numbers.
This evaluates to NaN for some reason:
Since JS doesn’t really differentiate strings from numbers, except on the places it does, it makes sense to make sure you are working with numbers.