Understanding the this Keyword in JavaScript
this doesn't mean "this function" or "this file". It means "whoever called me". That one shift in thinking makes everything click.
Why this Confuses People
this is one of those things that seems sim
web-dev-articles.hashnode.dev10 min read