Javascript
100 Front End Interview Questions Challenge

This

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 

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