Discussion :: Javascript - CS
- To which object does the location property belong?
Answer : Option A
Explanation :
The location property of the Window object refers to a Location object, which represents the current URL of the document displayed in the window, and which also defines methods for making the window load a new document.
Be The First To Comment