TypeScript | Type Annotation and Inference in TypeScript | Question2

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments