In the last post, I told you about the benefits of using TypeScript and basic TypeScript types. Now is the time for more advanced types & tricks in TS. Let’s get started.
To make your code more predictable and readable you can set types of your variables, functions (arguments and return values), etc.In this post I will show you basic Typescript types and how to use them. What is TypeScript? TypeScript is a superset of JavaScript which provides optional static typing, interfaces, and classes. Is TypeScript worth […]