DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Express.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
Express.js
What happens if a middleware function neither calls `next()` nor sends a response via `res`?
A
Express routes the request to the error handler automatically
B
The request hangs indefinitely, and the client connection eventually times out
C
Express repeats the middleware execution automatically
D
The server restarts to clear the call stack
Check Answer