TypeScript

  1. Setup for TypeScript Development environment.
  2. Hello World in TypeScript
  3. Let vs Var vs Const
  4. Defining Primitive DataTypes
  5. Arrays and Tuples in TypeScript
  6. Objects in TypeScript
  7. Functions in TypeScript
  8. Loops
  9. Any and union type
  10. Classes in TypeScript
  11. Constructors in TypeScript
  12. public, private and readonly
  13. Interface
  14. Inheritance and Polymorphism in TypeScript
  15. tsconfig.json
  16. TypeAlias
  17. Non-null assertion operator
  18. Enum
  19. Generics
  20. Tuples
  21. DOM and Type Casting
  22. Rendering an HTML using TypeScript
  23. Modules
  24. Webpack
  25. Featching a JSON from network and printing the result.

Reference :

TS Official Documentation :
https://www.typescriptlang.org/docs/