Skip to content

Instantly share code, notes, and snippets.

@ratul16
Created March 1, 2021 06:39
Show Gist options
  • Select an option

  • Save ratul16/01fcc21d7cd8d73d52c53b73bc93f927 to your computer and use it in GitHub Desktop.

Select an option

Save ratul16/01fcc21d7cd8d73d52c53b73bc93f927 to your computer and use it in GitHub Desktop.
let url = window.location.href
let arr = url.split("/");
console.log(arr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment