πŸ“Š JavaScript
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
πŸ’¬ Discuss
βœ… Correct Answer: (A) The calling object

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

Explanation by: Mr. Dubey
In a regular function, 'this' refers to the object that called the function.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
86
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate