What is "this" in Javascript
Here’s a little cheat sheet to help you understand the this keyword to learn it for the first time and to also serve as a reference in the future when you come across “this” problem again.
The JavaScript this keyword refers to the object it belongs to. This means