JavaScript: 'this' in functions and methods.
Jul 10, 2021 · 4 min read · Put simply, the this keyword refers to an object, which is executing the current code. Every JS function when being executed has a reference to its current execution context i.e this. To understand the this keyword, we need to know how, when and wher...
NNiranjan commented

