TypeScript Hindi Tutorial #1 Introduction for Complete Beginners
What is TypeScript?
- Better or extended version of JavaScript
- With more features
- TypeScript is superset of JS
- All Features of JS
- And extra features and functionality
Why TypeScript?
- Static Typing or Define Data type.
- Improved Code Maintainability.
- Advance Features.
- Code Quality
Important TS Feature
- Define Data type.
- Interfaces
- Decorators
- Generics
- Namespaces
- Type Inference
- Advance Features.
- Code Quality