MCQ Single Best Answer Easy

QWhich method of the Window object can be used to open a new web browser window?

ID: #5116 Javascript DOM & Event Handling MCQ 136 views
Question Info
#5116Q ID
EasyDifficulty
Javascript DOM & Event Handling MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A createtab()
  • B window.open()
  • C open()
  • D create()
Correct Answer: Option B

Explanation

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

Share This Question

Challenge a friend or share with your study group.