cm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 month agoMadness or brilliancefeddit.orgimagemessage-square18linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 month agomessage-square18linkfedilink
minus-squarekubica@fedia.iolinkfedilinkarrow-up0·1 month 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);