MCQ
What is the purpose of the `this` keyword in JavaScript?
Explanation
The value of 'this' depends on how a function is called (execution context).