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
easy
TypeScript
What's the fundamental difference between a generic type parameter <T> and `any`?
A
There is no real difference
B
T is resolved to a specific type per call and still fully type-checked; any disables type-checking entirely and discards the input-output type relationship
C
any is faster at runtime
D
T can only be used with primitives
Check Answer