Understanding Middleware in Express.js
Middleware is one of the most important concepts in Express.js.
At first, beginners usually memorize syntax like:
app.use()
without understanding what middleware actually does.
But middleware is the
understanding-javascript-methods.hashnode.dev4 min read