URL Parameters vs Query Strings in Express.js 🤔
The first time I saw this:
/users/42
…and then this:
/users?age=20
…I thought both were basically the same thing. 😅
They both send data through the URL. They both look similar. And both are heavily
url-parameters.hashnode.dev4 min read