Created
March 1, 2021 06:39
-
-
Save ratul16/01fcc21d7cd8d73d52c53b73bc93f927 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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