Understanding this Keyword in JavaScript
One of the most confusing topics for JavaScript beginners is:
this
At first, it may seem mysterious because its value changes depending on where and how it is used.
But the core idea is actually simp
javascript-hiteshdhayal.hashnode.dev6 min read