Ganesh
KPCKevin Powell - Community
•Created by snxxwyy on 1/9/2025 in #front-end
transferring the "this" value to a function
from mdn
5 replies
KPCKevin Powell - Community
•Created by snxxwyy on 1/9/2025 in #front-end
transferring the "this" value to a function
5 replies
KPCKevin Powell - Community
•Created by snxxwyy on 1/9/2025 in #front-end
transferring the "this" value to a function
whenever you pass a function to another function as a callback you pass it by referance. This causes it to lose it's
this
value since it lost the context5 replies