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
medium
Express.js
What error occurs if code execution in a handler continues after `res.send()` and reaches another response statement?
A
Database Transaction Lock Error
B
Error: Cannot set headers after they are sent to the client
C
Memory Leak warning
D
Socket connection reset
Check Answer