01What is the primary role of the `next()` function in Express middleware?
02How does Express handle middleware order in the execution stack?
03What happens if you forget to call next() or send a response in a middleware?
04Can you use multiple app.use() calls for the same path?