const currentURL = () => window.location.href;

// Example
currentURL(); // 'https://google.com'