bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 15 小时前The meaning of thislemmy.mlimagemessage-square53fedilinkarrow-up1419arrow-down111
arrow-up1408arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 15 小时前message-square53fedilink
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up1·11 小时前The 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