bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 20 days agoThe meaning of thislemmy.mlexternal-linkmessage-square67fedilinkarrow-up1519arrow-down114
arrow-up1505arrow-down1external-linkThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 20 days agomessage-square67fedilink
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up2·20 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