1. Урок 1. 00:07:06
    TypeScript Overview and Benefits
  2. Урок 2. 00:03:38
    How to Install Homebrew for Using TypeScript on a Mac
  3. Урок 3. 00:04:36
    Installing Node.js and NPM on a Mac
  4. Урок 4. 00:07:16
    Installing TypeScript on a Mac
  5. Урок 5. 00:09:21
    Installing the Sublime Text TypeScript Plugin
  6. Урок 6. 00:08:01
    How to Install Node.js and NPM on a PC
  7. Урок 7. 00:10:12
    Installing TypeScript on a PC via NPM
  8. Урок 8. 00:09:03
    Running TypeScript Programs on a PC
  9. Урок 9. 00:07:05
    Building a Hello World Program in TypeScript on a Mac
  10. Урок 10. 00:12:03
    How to Use Variables in TypeScript
  11. Урок 11. 00:04:16
    String Interpolation in TypeScript
  12. Урок 12. 00:13:01
    Overview of Types in TypeScript
  13. Урок 13. 00:05:11
    Creating a Type Alias in TypeScript
  14. Урок 14. 00:05:17
    How to Use Union Types in TypeScript
  15. Урок 15. 00:08:46
    TypeScript Arithmetic Operators
  16. Урок 16. 00:05:52
    Guide to TypeScript Conditionals
  17. Урок 17. 00:08:55
    TypeScript Conditional Operators
  18. Урок 18. 00:07:55
    Compound Conditionals in TypeScript
  19. Урок 19. 00:07:26
    TypeScript Loops
  20. Урок 20. 00:09:04
    Introduction to TypeScript Functions
  21. Урок 21. 00:13:29
    Working with TypeScript Function Arguments
  22. Урок 22. 00:04:41
    TypeScript Arrow Functions
  23. Урок 23. 00:10:01
    Function Declarations vs Expressions in TypeScript
  24. Урок 24. 00:04:59
    TypeScript Immediately Invoked Functions
  25. Урок 25. 00:07:02
    Immediately Invoked Function Arguments
  26. Урок 26. 00:19:38
    Introduction to Closures in TypeScript
  27. Урок 27. 00:08:28
    Introduction to TypeScript Classes
  28. Урок 28. 00:14:32
    Guide to Inheritance for TypeScript Programs
  29. Урок 29. 00:05:02
    Objects in TypeScript
  30. Урок 30. 00:11:57
    Introduction to TypeScript Interfaces
  31. Урок 31. 00:03:54
    How to Configure TypeScript Functions to Work with Interfaces
  32. Урок 32. 00:14:06
    TypeScript Classes Implementing Interfaces
  33. Урок 33. 00:09:02
    TypeScript Namespaces
  34. Урок 34. 00:02:41
    What is Asynchronous Behavior?
  35. Урок 35. 00:10:18
    The Problem with 'this' in TypeScript (and how to fix it)
  36. Урок 36. 00:10:17
    Higher Order Functions and Callbacks in TypeScript
  37. Урок 37. 00:03:11
    Configuring TypeScript to Work with Promises
  38. Урок 38. 00:18:31
    Guide to Promises in TypeScript
  39. Урок 39. 00:16:06
    Introduction to TypeScript Decorators
  40. Урок 40. 00:11:04
    Class Decorators in TypeScript
  41. Урок 41. 00:07:37
    TypeScript Method Decorators
  42. Урок 42. 00:04:23
    Example of TypeScript Decorators in Angular 2