DEV Community

Cover image for TypeScript Complete Guide
Rohan Prasad
Rohan Prasad

Posted on

TypeScript Complete Guide

TypeScript is a superset of JavaScript that compiles to plain JavaScript. TypeScript is pure object oriented with classes, interfaces, and module-statements just like in Java or C#.

Unlike JavaScript, which is a loosely-typed language,TypeScript supports static typing.

It is used by very tech giants to built robust apps.
I have using it along for my Freelancing clients and will share my knowledge at my youtube playlist at:

https://www.youtube.com/playlist?list=PLgQxDWfScmGFgpMzbo34DlF5V1Q9a4QRj

You can consider subscribing i will keep posting great tech and just boring old school tech games.

Top comments (0)