Understanding the this Keyword in JavaScript
Introduction
One of the most confusing topics in JavaScript for beginners is definitely:
this
At first, it feels unpredictable.
Sometimes it refers to an object.
Sometimes it becomes window.
Sometimes
dhirenderchoudhary.hashnode.dev5 min read