What is Type Inference in TypeScript?
When TypeScript automatically determines the type of a variable
When TypeScript forces developers to specify types manually
A process of converting one type to another
A way to disable type checking
This question is part of this quiz :
Type Annotation and Inference in TypeScript