### Current URL Use `window.location.href` to get current URL. ```js var currentUrl = _ => window.location.href; ```