πŸ“Š JavaScript
Q. Which identifier is used to represent a web browser window or frame?
  • (A) frames
  • (B) window
  • (C) location
  • (D) frame
πŸ’¬ Discuss
βœ… Correct Answer: (B) window

Explanation: The Window object is the main entry point to all client-side JavaScript features and APIs. It represents a web browser window or frame, and you can refer to it with the identifier window.

Explanation by: Mr. Dubey
The Window object is the main entry point to all client-side JavaScript features and APIs. It represents a web browser window or frame, and you can refer to it with the identifier window.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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