Vidyalelo
JavaScript · Q12

Document Object Model And Event Handling

Programming · JavaScript · question 12

Q12

What does the location property represent?

A.
Current DOM object
Answer
B.
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.