bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 3 months agoThe meaning of thisimagemessage-square72fedilinkarrow-up1546arrow-down115
arrow-up1531arrow-down1imageThe meaning of thisbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 3 months agomessage-square72fedilink
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up2·3 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