Back to Developer Roadmap

Using this alone

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

4.0200 B
Original Source

Using this alone

The keyword this when used alone refers to the global object.

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

Visit the following resources to learn more: