To which object does the location property belong?
To which object does the location property belong? Correct Answer Window
The location property of the Window object refers to a Location object, which represents the current URL of the document displayed in the window. The window.location object can be used to get the current page address (URL) and to redirect the browser to a new page.