Ganesh
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
No description
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 context
5 replies