πŸ“Š JavaScript
Q. When will the window property come into play?
  • (A) Representation convenience
  • (B) Use as an extension of other objects
  • (C) Use objects in the Window object
  • (D) Refer to window object itself
πŸ’¬ Discuss
βœ… Correct Answer: (D) Refer to window object itself

Explanation: The Window object has a property named window that always refers to itself. You can use this property if you need to refer to the window object itself, but it is not usually necessary to use window if you just want to refer to access properties of the global window object.

Explanation by: Mr. Dubey
The Window object has a property named window that always refers to itself. You can use this property if you need to refer to the window object itself, but it is not usually necessary to use window if you just want to refer to access properties of the global window object.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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