checkFlexGap
Search URL Parameters and return value of requested paramater, if it exists
Usage
var paramValue = getSearchParams(k)
Parameters:
| Parameter | Description |
| k | The URL parameter that is being requested |
Return Value:
Value of parameter, or null if it does not exist.
See: https://ishadeed.com/article/flexbox-gap/