"this" keyword in JavaScript The "this" keyword in JavaScript refers to an object, that object which is executing the current bit of the code."Execution context means how the function is being called". Every java script function while executing has a reference to its current execution context called "this". "this" refers to a global object. To […]

Read more of this post