'this' In JavaScript - Simplified
Intro
Simply put, this is a special variable that is created for every Execution Context.
Once this has been created for the Execution Context (EC), it becomes a "keyword". Then, it points to (or takes the value of) the parent of whatever function ha...
vinoo.hashnode.dev5 min read