cm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 month agoMadness or brilliancefeddit.orgimagemessage-square13fedilinkarrow-up14
arrow-up14imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 month agomessage-square13fedilink
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);