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