Why Typescript

Intermediate
  • TSX
  • TypeScript
  • Learning
  • KnowWhat
avatar
KoustovJun 08, 2022
GitHubBlog
A simplistic way of understanding the existence of TypeScript..

Play Details - Why Typescript

General

  1. A powerful type system that includes generics.
  2. TypeScript is nothing but JavaScript with some additional features.
  3. It is Structural, rather than nominal way of processing
This play has been created using TypeScript. It aims to give a pointer to typescript, not to elaborate the usage.