What does the location property represent?
A
Current DOM object
B
Current URL
C
Both DOM object and URL
D
Document
Correct Answer: Current URL
The location property of a window is a reference to a Location object; it represents the current URL of the document being displayed in that window.