Understanding the "this" keyword in JavaScript
In JavaScript the ‘this’ keyword is one of most widely used keyword and is still quite confusing for most beginners. The value of 'this' is decided based on how the code is being executed or called. The ‘this’ keyword is the object that the function(...
analog.hashnode.dev10 min read
Lynn Joseph
I learn and write about it everyday
Good Article. Informative. You should add globalThis property to this article.