Skip to content

Instantly share code, notes, and snippets.

@nem035
Created March 21, 2016 16:38
Show Gist options
  • Save nem035/3baa078c23728671bf29 to your computer and use it in GitHub Desktop.
Save nem035/3baa078c23728671bf29 to your computer and use it in GitHub Desktop.
var a = document.createElement("a");
a.href = "http://infrequently.org/2012/04/bedrock/#comments";
console.log(a.protocol, a.host, a.pathname, a.hash);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment