Computer Science, asked by panther88, 5 months ago

_ method of windows object opens the new window?​

Answers

Answered by angelkandulna64
0

Answer:

In the open() method we can provide the URL to be opened in the new window(we can keep it blank as well), name of the window, the width and the height of the window to be created. Following is the syntax for the window object open() method: let newWindow = window.

Similar questions