cm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 month agoMadness or brilliancefeddit.orgimagemessage-square13linkfedilinkarrow-up17arrow-down11
arrow-up16arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 month agomessage-square13linkfedilink
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);