bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 7 days agoThe meaning of thislemmy.mlimagemessage-square71linkfedilinkarrow-up1538arrow-down115
arrow-up1523arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 7 days agomessage-square71linkfedilink
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up2·7 days 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