qsExample
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
QS is a pretty old module that you probably shouldn't use but it's still pretty heavily used.
In the very very early days there wasn't a built-in way in JavaScript to parse querystrings. So QS was born. But then, Node.js added a querystring module built-in. Then, JavaScript introduced URLSearchParams, which you should use whenever you want to parse or generate query strings.
Migrated from folder: Modules/qsExample