Man know thyself: Understanding this keyword in JavaScript
The this keyword in JavaScript is used as a reference to the scope of the current execution context. What this means is that it represents an environment that contains the code that is currently running and everything that aids in it’s execution. Thi...
frontendokeke.hashnode.dev4 min read