1Mediumgeneralโฑ 45sHow does Express handle errors passed to `next(err)`?๐โผAIt ignores them silentlyBIt skips remaining regular middleware and passes control to the next error-handling middleware (one with 4 arguments: err, req, res, next)CIt automatically restarts the serverDIt only logs to the console with no way to customize the response