want to get the URL of the document in javascript. I should use ____________.URL code example
Example 1: javascript get current url
var currentUrl = window.location.href;
Example 2: get actual url in variable
var currentLocation = window.location;