The URL read-only property of the Document interface returns the document location as a string.
A string containing the URL of the document.
document.getElementById("url").textContent = document.URL;<p id="urlText">
URL:<br />
<span id="url">URL goes here</span>
</p>document.documentURI property which returns the same value.