The “this” keyword is a common keyword commonly used in many object-oriented programming (OOP) languages. Typically, it is used as a reference to identify the properties (attributes) and methods (behaviors) of the current active object. In this video, I will explain when to use the “this” keyword in JavaScript in different context.