Understanding JavaScript's 'this' Keyword: Context is Everything
At the beginning, you should know that whenever you write JavaScript code, you are inside something called the window object. This window is a global object in the browser that contains all global methods and properties.
To see the window object, you...
moemensaadeh.hashnode.dev3 min read