cantstopthesignal@sh.itjust.works to Programmer Humor@lemmy.ml · 8 months agoThe code was very janky, but it workedi.imgflip.comimagemessage-square25fedilinkarrow-up126arrow-down10
arrow-up126arrow-down1imageThe code was very janky, but it workedi.imgflip.comcantstopthesignal@sh.itjust.works to Programmer Humor@lemmy.ml · 8 months agomessage-square25fedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up2·8 months agoArray(3) doesn’t create [undefined, undefined, undefined, ]; it creates [/* hole */, /* hole */, /* hole */, ]. The holes don’t set any property on the array whatsoever, so they are skipped when iterating. How this makes sense, I can’t tell you.
minus-squaremindbleach@sh.itjust.workslinkfedilinkarrow-up1·8 months agoYet the array contains exactly three nothings. It’s like a zen koan.
minus-squarecantstopthesignal@sh.itjust.worksOPlinkfedilinkarrow-up1·8 months agoTime is a flat circle
Array(3)
doesn’t create[undefined, undefined, undefined, ]
; it creates[/* hole */, /* hole */, /* hole */, ]
. The holes don’t set any property on the array whatsoever, so they are skipped when iterating. How this makes sense, I can’t tell you.Yet the array contains exactly three nothings.
It’s like a zen koan.
Time is a flat circle