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-squareFiskFisk33@startrek.websitelinkfedilinkarrow-up1·2 years agobetter to go that way than this (note the weekly downloads)
minus-squarehackris@lemmy.mllinkfedilinkarrow-up1·2 years agoIf I was a JS programmer, I’d just write a bash script to download it every week for fun.
minus-squareTonyTonyChopper@mander.xyzlinkfedilinkarrow-up1·2 years ago300,000 every week… is this really a feature not built into Java Script?
minus-squareFiskFisk33@startrek.websitelinkfedilinkarrow-up1·edit-22 years ago is this really a feature not built into Java Script? x % 2 == 0
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up1·2 years ago(+x) % 2 == 0 If you forget for a second it’s Javascript, the language will turn back and bite you.
minus-squareFiskFisk33@startrek.websitelinkfedilinkarrow-up1·2 years agoI am not good friends with js, what did I miss?
minus-squarecarpelbridgesyndrome@sh.itjust.workslinkfedilinkEnglisharrow-up1·2 years agoNot a JS dev either but ===. Not really sure what the (+x) is about
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.
minus-squareBumblefumble@lemm.eelinkfedilinkarrow-up1·edit-22 years agoThe best part is the dependency on the function is_odd.
minus-squarejonwyattphillips@lemmy.mllinkfedilinkarrow-up1·edit-22 years agoWhich itself has a dependency of the function is_number.
better to go that way than this (note the weekly downloads)
If I was a JS programmer, I’d just write a bash script to download it every week for fun.
300,000 every week… is this really a feature not built into Java Script?
x % 2 == 0
If you forget for a second it’s Javascript, the language will turn back and bite you.
I am not good friends with js, what did I miss?
Not a JS dev either but
===
.Not really sure what the
(+x)
is aboutThis 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.
The best part is the dependency on the function is_odd.
Which itself has a dependency of the function
is_number
.