cantstopthesignal@sh.itjust.works to Programmer Humor@lemmy.ml · 8 months agoThe code was very janky, but it workedi.imgflip.comimagemessage-square42fedilinkarrow-up1470arrow-down18
arrow-up1462arrow-down1imageThe code was very janky, but it workedi.imgflip.comcantstopthesignal@sh.itjust.works to Programmer Humor@lemmy.ml · 8 months agomessage-square42fedilink
minus-squareFiskFisk33@startrek.websitelinkfedilinkarrow-up1·8 months agothe remainder operator should return a number or a NaN right? do we actually need the triple here?
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up2·edit-28 months agoNot really. But with JS it’s better safe than sorry. The GP’s addition is unnecessary, but I fully support anyone that decides to do it.
the remainder operator should return a number or a NaN right? do we actually need the triple here?
Not really. But with JS it’s better safe than sorry.
The GP’s addition is unnecessary, but I fully support anyone that decides to do it.
point taken!