A quick introduction to TypeScript

TypeScript is an open-source programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript, and adds optional static typing to the language. It transpiles to plain JavaScript. Famous Client Side development frameworks (e.g. Angular, React, Vue) & Server side framework (e.g. NodeJS) provide its support. As a JavaScript developer, this is a must-have skill now.

Intended Audience:

  • Software Developers
  • Front End Developers

Course Video

Some Other Useful Links

Leave a Reply