bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 27 days agoThe meaning of thislemmy.mlimagemessage-square64linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 27 days agomessage-square64linkfedilink
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up0·27 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