337 B
337 B
title, type, language, tags, cover, dateModified
| title | type | language | tags | cover | dateModified | |
|---|---|---|---|---|---|---|
| Current URL | snippet | javascript |
|
purple-sunset-waves | 2020-10-20T11:46:23+03:00 |
Returns the current URL.
- Use
Window.location.hrefto get the current URL.
const currentURL = () => window.location.href;
currentURL(); // 'https://www.google.com/'