The full URL of the page can be collected by using document object in JavaScript. The URL property of the document object returns the full path or the page url along with the domain name. Here is the syntax
document.URL
Note that the above line is case sensitive so we can't change the case of the above command. Here is the output of this code.
Let us try to display a sample code to use document.URL property.