What do you understand by this keyword in JavaScript?
Answers
Answered by
0
In Javascript, property of an object can be a method or a simple value. When an Object's method is invoked then “this” refers to the object which contains the method being invoked.
Similar questions