Understanding the this Keyword in JavaScript
๐ง Think of this like:
๐ โWho is calling me?โ
Not who created the function.Not where itโs written.๐ Only: who is calling it right now
๐ 1. this in Global Context
Example:
console.log(this);
What i
understandingvariablesanddatatypesinjavascript.hashnode.dev8 min read