Course Overview
Typescript:
TypeScript is a free and 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.TypeScript is designed for development of large applications and compiles to JavaScript. As TypeScript is a superset of JavaScript, existing JavaScript programs are also valid TypeScript programs.
The training will help you learn about
- Overview
- Basic Types
- Variable Declaration
- Interfaces
- Classes
- Functions
- Generics
- Enum
- Type Inference
- Type Compatibility
- Advanced Types
- Symbols
- Iterators and Generators
- Modules
- Namespaces
- Module Resolution
- Declaration Merging
- Decorators
- Mixins
- Triple-Slash Directives
- Summary
Target Customers:
- Students/Professionals
- Developers
Pre-Requisites:
- Basic computer knowledge
- Basic understanding of Java