Understanding this in JavaScript
One of the most confusing concepts for JavaScript beginners is:
this
Many developers initially expect this to behave like a fixed variable.
But in JavaScript:
this changes depending on how a function
this-keyword-in-javascript.hashnode.dev5 min read