Useful blog

TypeScript

TypeScript has been a popular application in recent years, which has created an illusion: with so many supporters, is TypeScript a new language?

TypeScript is an object-oriented programming language developed and maintained by Microsoft. It is a superset of JavaScript, containing all its elements.

TypeScript fully follows the concept of OOPS, and with the help of TSC (TypeScript compiler), we can convert TypeScript code (. ts files) into JavaScript (. js files)

In 2010, Anders Hejlsberg (creator of TypeScript) began developing TypeScript at Microsoft and released the first version of TypeScript (TypeScript 0.8) to the public in 2012. Although the release of TypeScript has received praise from many people around the world, it has not been widely adopted by the JavaScript community due to the lack of support for major ides.

The first version of TypeScript (TypeScript 0.8) was released in October 2012.

Why do we need to use TypeScript

Exit mobile version