A

Admin • 833K Points
Coach

Q. What does the 'this' keyword refer to in a regular function?

  • (A) The calling object
  • (B) The global object
  • (C) The function itself
  • (D) The document
  • Correct Answer - Option(A)
  • Views: 19
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

In a regular function, 'this' refers to the object that called the function.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.