The ............ property returns the number of the internet host port (of the current page) code example
Example 1: javascript get current url
var currentUrl = window.location.href;
Example 2: javascript get domain
window.location.hostname
var currentUrl = window.location.href;
window.location.hostname