5 Basic Features of Typescript

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. If you’re familiar with any object oriented programming language then TypeScript will be the awesomeness of JavaScript like c#, Java. Typescript Official Website — https://www.typescriptlang.org/docs/home.html Medium Post – https://medium.com/@afroza021/5-basic-features-of-typescript-d3eede63f610 First let’s talk about data types, Types A type is simply set of values. There are different […]

5 Basic Features of Typescript Read More »