Q. What does the 'this' keyword refer to in a regular function?
β
Correct Answer: (A)
The calling object
Explanation: In a regular function, 'this' refers to the object that called the function.