1. What is Continuous Integration (CI) and how does it benefit Node.js projects?
CI automatically runs tests and linting whenever you push code. Tools like GitHub Actions or Jenkins ensure consistent quality, catch bugs early, and simplify deployment pipelines.