Back to Developer Roadmap

this in a function

src/data/roadmaps/javascript/content/[email protected]

4.0210 B
Original Source

this in a function

The keyword this when used in a function refers to the global object.

Note: in a browser window the global object is the window object.

Visit the following resources to learn more: