Introduction to Typescript
  • Lesson 1: Introduction to Typescript
  • Practice 1-1: Downloading and Installing Visual Studio Code
  • Practice 1-2: Installing and setting up VS Code
  • Quiz 1: Quiz on Introduction to Typescript
Type System
  • Lesson 2: Type System
  • Practice 2-1: Executing TypeScript program for Mathematical values.
  • Practice 2-2: Executing TypeScript program for Sorting.
  • Practice 2-3: Executing TypeScript program for Sorting
  • Quiz 2: Quiz on Type System
Interfaces and Classes
  • Lesson 3: Interfaces and Classes
  • Practice 3-1: Creating a Library Program.
  • Quiz 3: Quiz on Interfaces and Classes
Generic and Decorators
  • Lesson 4: Generic and Decorators
  • Practice 4-1: Execute a Stack Class Program.
  • Practice 4-2: Execute a method Decorator program
  • Quiz 4: Quiz on Generics and Decorators
Modules and Namespaces
  • Lesson 5: Modules and Namespaces
  • Practice 5-1: Execute a program to convert generic functions.
  • Quiz 5: Quiz on Modules and Namespaces
JSX components with Typescript in React
  • Lesson 6: JSX components
  • Practice 6-1: Setting up JSX with typescript in react.
  • Quiz 6: Quiz on JSX
Case Study
  • Lesson 7: Case study
  • Practice 7-1: Team Management Web Application