Skip to main content

One doc tagged with "this-keyword"

View all tags

This Keyword

The this keyword in JavaScript refers to the object that is executing the current function, and its value is determined by how the function is called.