Vidyalelo
JavaScript · Q13

Document Object Model And Event Handling

Programming · JavaScript · question 13

Q13

Which among the following is not a property of the Location object?

A.
protocol
B.
host
C.
hostee
Answer
D.
hostname

Answer: Option C

Solution

Answer: Option C
Solution:
The various properties of the location object are the protocol, host, hostname, port, search, and hash.