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 happens to the `req.body` parameter if `app.use(express.json())` is missing from the Express setup?
A
Express throws a compilation crash error
B
It defaults to the query parameters dictionary
C
It resolves as `undefined` or an empty object, making body attributes inaccessible
D
It throws a 400 Bad Request automatically
Check Answer