241 B
241 B
title, tags
| title | tags |
|---|---|
| currentURL | browser,beginner |
Returns the current URL.
- Use
Window.location.hrefto get the current URL.
const currentURL = () => window.location.href;
currentURL(); // 'https://www.google.com/'