Quiz 1101: JavaScript this
Explain how this works in JavaScript?
Quick Answer
The this keyword in JavaScript refers to the object that is currently executing the code.
However, understanding how it works requires considering the different ways a function can be invoked.
Subscribe to read the full content