Which property in the Window object is used to refer to a Location object?

Which property in the Window object is used to refer to a Location object? Correct Answer location

The Window object defines properties like location, which refers to a Location object that specifies the URL currently displayed in the window and allows a script to load a new URL into 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.

Related Questions

A new web browser window can be opened using which method of the Window object ?
What is the purpose of the window.location object in JavaScript?
The bar at the top of window that bears the name of the window is known as -
Which is the property of a Window object that holids the name of the frame?
What is the purpose of the timing property in the window.performance object?
What is the purpose of the navigation property in the window.performance object?