πŸ“Š Machine Learning
Q. A new web browser window can be opened using which method of the Window object ?
  • (A) createtab()
  • (B) Window.open()
  • (C) open()
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) Window.open()

Explanation: You can open a new web browser window with the open() method of the Window object. Window.open() loads a specified URL into a new or existing window and returns the Window object that represents that window.

Explanation by: Mr. Dubey
You can open a new web browser window with the open() method of the Window object. Window.open() loads a specified URL into a new or existing window and returns the Window object that represents that window.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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