Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 14, 2020 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/6af3076327aef7e0ed57c7de698b8c83 to your computer and use it in GitHub Desktop.
Save parzibyte/6af3076327aef7e0ed57c7de698b8c83 to your computer and use it in GitHub Desktop.
const urlSearchParams = new URLSearchParams(window.location.search);
const id = urlSearchParams.get("id");
console.log("El id es:", id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment