Skip to content

Instantly share code, notes, and snippets.

@devhero
Created April 14, 2017 16:25
Show Gist options
  • Save devhero/558df3243c112f5fbedd707f5390f26d to your computer and use it in GitHub Desktop.
Save devhero/558df3243c112f5fbedd707f5390f26d to your computer and use it in GitHub Desktop.
function getParam(param){
return new URLSearchParams(window.location.search).get(param);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment