Tag: this
-
Understanding “this” keyword in JavaScript.
‘Hi Everyone! In this article, we are about to discuss ‘this’ keyword in JavaScript. It is a very important part of object-oriented JS programming. Hence it becomes crucial for serious developers to understand ‘this’ keyword. It is also one of the most confused concepts of JavaScript. What is ‘this’? Understanding ‘this’: To be able to understand what I am…