Problem Statement
Why is Express.js commonly used in Node.js projects?
Explanation
Express simplifies HTTP server creation and routing. It handles requests, middleware, and responses easily, making it ideal for APIs and full-stack apps. It’s fast, minimal, and widely supported.