How to get the hash value from the browser URL using JavaScript?
Originally Published Here ๐!
To get the hash value from the browser URL, you can use the location.hash property from the global window object using JavaScript.
For example, let's say we have a URL called https://mywebsite.com#portfolio in the browse...
melvingeorge-me.hashnode.dev1 min read