πŸ“Š JavaScript
Q. Which property in the Window object is used to refer to a Location object?
  • (A) position
  • (B) area
  • (C) window
  • (D) location
πŸ’¬ Discuss
βœ… Correct Answer: (D) location

Explanation: The Window object defines properties like location, which refers to a Location object that specifies the URL currently displayed in the window and allows a script to load a new URL into the window.

Explanation by: Mr. Dubey
The Window object defines properties like location, which refers to a Location object that specifies the URL currently displayed in the window and allows a script to load a new URL into the window.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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