DEV Community

Cover image for Play with TypeScript in one blog
Samayun Chowdhury
Samayun Chowdhury

Posted on

Play with TypeScript in one blog

Hi JS Developer!

In this blog We will learn pros & cons of typescript.
Hopefully, You get answer of these question Why,where & how to use typescript?

(Disclaimer: Planning & Writing continue....)

1. What is TypeScript?

TypeScript is an open-source object-oriented language developed and maintained by Microsoft, licensed under Apache 2 license. It is a typed superset of Javascript that compiles to plain JavaScript. TypeScript was developed under Anders Hejlsberg, who also led the creation of the C# language. TypeScript was first released in October 2012.

TypeScript extends JavaScript by adding data types, classes, and other object-oriented features with type-checking. It is a typed superset of JavaScript that compiles to plain JavaScript

Official Site | Source Code | Play Ground

Top comments (0)