✨ The Magic of this, call(), apply(), and bind() in JavaScript
2d ago · 6 min read · If you’re learning JavaScript, there’s one topic that confuses almost everyone at the beginning — this.
You may have seen code like this and wondered:
console.log(this);
And then suddenly someone say