bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 22 hours agoThe meaning of thislemmy.mlimagemessage-square59linkfedilinkarrow-up1486arrow-down113
arrow-up1473arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 22 hours agomessage-square59linkfedilink
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up1·18 hours 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