Multiple choice

Which property of the 'Location' object returns the complete URL?

  1. href

  2. hash

  3. hostname

  4. pathname

  5. host

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The href property of the 'Location' object returns the entire path or URL of the current page.