Skip to content

Instantly share code, notes, and snippets.

@andreyshedko
Created June 15, 2018 08:37
Show Gist options
  • Save andreyshedko/492d19a55d779441ab1e28a2c3e8ce77 to your computer and use it in GitHub Desktop.
Save andreyshedko/492d19a55d779441ab1e28a2c3e8ce77 to your computer and use it in GitHub Desktop.
const {host, href, protocol} = window.location;
console.log(host);
console.log(href);
console.log(protocol);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment