πŸ“Š JavaScript
Q. Which of the following is a global object?
  • (A) Register
  • (B) Location
  • (C) Window
  • (D) Position
πŸ’¬ Discuss
βœ… Correct Answer: (C) Window

Explanation: In client-side JavaScript, the Window object is also the global object. This means that the Window object is at the top of the scope chain and that its properties and methods are effectively global variables and global functions.

Explanation by: Mr. Dubey
In client-side JavaScript, the Window object is also the global object. This means that the Window object is at the top of the scope chain and that its properties and methods are effectively global variables and global functions.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
101
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
95%
Success Rate