Understanding the this Keyword in JavaScript
If there’s one JavaScript topic that confuses almost everyone at the beginning… it’s this.
Honestly, when I first saw code like this:
console.log(this);
…I thought: “Okay but… who exactly is this?”
A
codexninja.hashnode.dev5 min read