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...
Node.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
hard
Node.js
Why does an unhandled 'error' event crash the process, when other unhandled events don't?
A
It's an arbitrary inconsistency in the API
B
It's a deliberate design choice — treating an unhandled error-signaling event as equivalent to an uncaught exception, so failures aren't silently swallowed
C
It only happens in development mode
D
It's a bug that will eventually be fixed
Check Answer