Understanding How Type Inference Works in TypeScript
TypeScript is known as a language that implements static typing. But interestingly, we don’t always have to write data types explicitly. Why is that? Because TypeScript has a smart feature called type inference
Type inference allows TypeScript to gue...
muhammadsyaifullahalarief.hashnode.dev3 min read