This

It is a self-referencing variable that refers to an object's own property or method. In other words, implicitly this can be used as a local variable within a function object.

However, this is dynamically determined by the object to be bound to the calling method of the function.

Last updated

Was this helpful?