Understanding JavaScript "this" | Different Runtime Binding techniques
There is no doubt that many JS developers may have come across this while writing code and confused about what it is.
So, who the hell is this? π€
Technically, JavaScript this is a keyword, refers to the object that the function belongs to. And the ...
charandev.com6 min read