~/blog/get-query-string-parameters.mdx
zubair@grizzlybit:~/blog$
$ cat get-query-string-parameters.mdx
GET query string parameters 💁♂️
A utility function to get the value of any query string parameter. We all know that the query string parameters are available for us through window.location (JavaScript Window Location Object). But query string usually turns up as a string and has to be parsed to get the necessary attribute out...
2016-12-141 min read