162 B
162 B
Current URL
Use window.location.href to get current URL.
const currentUrl = () => window.location.href;
// currentUrl() -> 'https://google.com'
Use window.location.href to get current URL.
const currentUrl = () => window.location.href;
// currentUrl() -> 'https://google.com'