Q12
What does the location property represent?
A.
Current DOM object
AnswerB.
Current URL
C.
Both DOM object and URL
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
Solution:
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.