Outline

The this keyword lets you access properties of the current context. The highest context inside a web browser is the Window object.

Note: Be aware that arrow functions are removed from the context where they are defined. Using this inside an arrow function will return undefined!

 

I finished! On to the next chapter