TypeScript Hindi Tutorial #1 Introduction for Complete Beginners

What is TypeScript?

  1. Better or extended version of JavaScript
  2. With more features
  3. TypeScript is superset of JS
  4. All Features of JS
  5. And extra features and functionality


Why TypeScript?

  1. Static Typing or Define Data type.
  2. Improved Code Maintainability.
  3. Advance Features.
  4. Code Quality


Important TS Feature

  1. Define Data type.
  2. Interfaces
  3. Decorators
  4. Generics
  5. Namespaces
  6. Type Inference
  7. Advance Features.
  8. Code Quality