@[email protected] to Programmer [email protected]English • 9 days agoThe meaning of thislemmy.mlimagemessage-square67fedilinkarrow-up1519arrow-down114
arrow-up1505arrow-down1imageThe meaning of thislemmy.ml@[email protected] to Programmer [email protected]English • 9 days agomessage-square67fedilink
minus-square@[email protected]linkfedilink4•9 days agoNot much experience, but quickly learned .bind() in JS after it switched me to window instead of object.
minus-square@[email protected]linkfedilinkEnglish2•8 days agoThe key is to not reassign function names to local variables. const print = obj.toString print() // gives you a bad time
Not much experience, but quickly learned .bind() in JS after it switched me to window instead of object.
The key is to not reassign function names to local variables.
const print = obj.toString print() // gives you a bad time