What exactly is this in JavaScript?
What is this and what context is it used?
To understand this segment, we will have to head to an IDE. For simplicity, I will be using the Eloquent JavaScript IDE on this link.
When the command console.log(this) gives access to the Window object. Th...
teboho01.hashnode.dev2 min read