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...
TypeScript Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
TypeScript
What does the `never` type represent?
A
A value that is always null or undefined
B
A value that can genuinely never occur — like the type of a function that always throws, or an already-exhaustively-handled case
C
The same thing as `void`
D
An array with zero elements
Check Answer