@[email protected] to Programmer [email protected] • 8 months agoThe code was very janky, but it workedi.imgflip.comimagemessage-square35fedilinkarrow-up1478arrow-down19
arrow-up1469arrow-down1imageThe code was very janky, but it workedi.imgflip.com@[email protected] to Programmer [email protected] • 8 months agomessage-square35fedilink
minus-square@[email protected]linkfedilink1•8 months agothe remainder operator should return a number or a NaN right? do we actually need the triple here?
minus-square@marcoslink2•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!