Most common terms we should know in TypeScript
Type Inference
Type inference in TypeScript is the ability of the TypeScript compiler to automatically determine the type of a variable, expression, or function based on its value or usage without the need for explicit type annotations.
const name ...
linhnote.hashnode.dev3 min read