URL Parameters vs Query Strings in Express.js
I used to mix these up constantly.
URL parameters.
Query strings.
People would say:
Use params here.
Use query there.
And I’d be thinking…
Aren’t both just values coming through the URL?
Why do we eve
devwithsahil.hashnode.dev5 min read