FlashcardBeginner

Type Inference Basics

TypeScript can automatically infer types from assigned values without explicit annotations.

Question

What is type inference in TypeScript?

Click to reveal answer