1. Урок 1. 00:04:48
    Introduction
  2. Урок 2. 00:00:51
    Section Intro
  3. Урок 3. 00:05:03
    What is TypeScript
  4. Урок 4. 00:11:06
    Why Use TypeScript
  5. Урок 5. 00:06:03
    Compiler & Environment Setup
  6. Урок 6. 00:01:01
    Section Intro
  7. Урок 7. 00:14:44
    Basic Types - Strings, Numbers, Bool
  8. Урок 8. 00:10:08
    Array & Tuple Types
  9. Урок 9. 00:07:54
    Enum & Any Type
  10. Урок 10. 00:11:17
    Functions & Types
  11. Урок 11. 00:00:57
    Section Intro
  12. Урок 12. 00:07:27
    Void, Undefined & Never
  13. Урок 13. 00:08:47
    String Literals & Union Types
  14. Урок 14. 00:10:58
    Working With Interfaces
  15. Урок 15. 00:11:06
    Generics
  16. Урок 16. 00:00:56
    Section Intro
  17. Урок 17. 00:08:57
    let & const Block Scoping
  18. Урок 18. 00:09:48
    Arrow Functions
  19. Урок 19. 00:07:39
    Destructuring & Patterns
  20. Урок 20. 00:06:31
    Template Literals
  21. Урок 21. 00:01:26
    Section Intro
  22. Урок 22. 00:07:52
    Creating a Class
  23. Урок 23. 00:08:29
    Class Inheritance
  24. Урок 24. 00:06:54
    Using Modifiers
  25. Урок 25. 00:05:11
    Static Members
  26. Урок 26. 00:04:33
    Class Interfaces
  27. Урок 27. 00:06:12
    Import & Export
  28. Урок 28. 00:01:43
    Project Intro
  29. Урок 29. 00:15:22
    Webpack Environment Setup
  30. Урок 30. 00:05:31
    Twitter Bootstrap UI
  31. Урок 31. 00:13:15
    Todos Class & Adding Todos
  32. Урок 32. 00:06:27
    Adding Todos
  33. Урок 33. 00:06:08
    Deleting Todos
  34. Урок 34. 00:07:08
    Persist To LocalStorage
  35. Урок 35. 00:03:04
    Summary