What is this keyword?
One of the most important concepts to grasp in JavaScript is the use of the this keyword, which is used in object methods. The this keyword always points to the object that is calling a particular method.The "this" keyword is simply a reference to the current object.
Ads