this

Term side of the Card
Topic: Object
Unit title: this
Categories: Keyword
Explanation side of the Card

Explanation: The keyword that represents the current context or object from which a method or function was called. The value of `this` depends on the invocation context, which can be the global object, an object method, a constructor function or other contexts, allowing access to the object's properties and methods.

Browser compatibility:
  • The chrome browser supports this feature starting from version 1
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 1
  • The safari browser supports this feature starting from version 1
Availability: