cm0002@sh.itjust.works to Programmer Humor@programming.dev · 28 days agoMadness or brilliancefeddit.orgimagemessage-square28fedilinkarrow-up1431arrow-down16
arrow-up1425arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 28 days agomessage-square28fedilink
minus-squarekubica@fedia.iolinkfedilinkarrow-up15·28 days agoThis is what peak performance looks like: console.log("before dothething"); let r = dothething(); console.log("after dothething"); console.log(r);
minus-squarehotdogcharmer@lemmy.ziplinkfedilinkarrow-up5arrow-down1·28 days agoHey how’d you get your hands on my code
This is what peak performance looks like:
console.log("before dothething"); let r = dothething(); console.log("after dothething"); console.log(r);Hey how’d you get your hands on my code