The this keyword in JavaScript
What this represents?
The this keyword in JavaScript refers to the context where a piece of code (e.g. functions body or an object) is supposed to run. It is used to access an object's properties and
siddhartha-here.hashnode.dev3 min read