Update getURLParemeters
prototype
This commit is contained in:
@ -5,7 +5,7 @@ tags: browser,string,url,intermediate
|
|||||||
|
|
||||||
Returns an object containing the parameters of the current URL.
|
Returns an object containing the parameters of the current URL.
|
||||||
|
|
||||||
Use `String.match()` with an appropriate regular expression to get all key-value pairs, `Array.prototype.reduce()` to map and combine them into a single object.
|
Use `String.prototype.match()` with an appropriate regular expression to get all key-value pairs, `Array.prototype.reduce()` to map and combine them into a single object.
|
||||||
Pass `location.search` as the argument to apply to the current `url`.
|
Pass `location.search` as the argument to apply to the current `url`.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|||||||
Reference in New Issue
Block a user