bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 month agoThe meaning of thislemmy.mlimagemessage-square72linkfedilinkarrow-up1544arrow-down114
arrow-up1530arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 month agomessage-square72linkfedilink
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up2·1 month agoThe key is to not reassign function names to local variables. const print = obj.toString print() // gives you a bad time
The key is to not reassign function names to local variables.
const print = obj.toString print() // gives you a bad time