bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 months agoThe meaning of thislemmy.mlimagemessage-square68linkfedilinkarrow-up1531
arrow-up1531imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square68linkfedilink
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up2·2 months 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