cm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 months agoMadness or brilliancefeddit.orgimagemessage-square13fedilinkarrow-up14
arrow-up14imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 months agomessage-square13fedilink
minus-squarekubica@fedia.iolinkfedilinkarrow-up0·2 months agoThis is what peak performance looks like: console.log("before dothething"); let r = dothething(); console.log("after dothething"); console.log(r);
This is what peak performance looks like:
console.log("before dothething"); let r = dothething(); console.log("after dothething"); console.log(r);