_ method of windows object opens the new window?
Answers
Answered by
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