Удален по просьбе правообладателя
  1. Урок 1. 00:13:12
    Introduction
  2. Урок 2. 00:12:54
    Compiling a TypeScript Program
  3. Урок 3. 00:10:23
    Variables & Values
  4. Урок 4. 00:05:35
    Typing Functions
  5. Урок 5. 00:08:02
    Typing Functions Q&A and Objects
  6. Урок 6. 00:10:45
    Optional Properties
  7. Урок 7. 00:05:21
    Index Signatures & Object Q&A
  8. Урок 8. 00:08:53
    Arrays & Tuples
  9. Урок 9. 00:09:53
    Structural vs Nominal Types
  10. Урок 10. 00:13:12
    Union Types
  11. Урок 11. 00:08:18
    Intersection Types
  12. Урок 12. 00:08:22
    Type Aliases
  13. Урок 13. 00:13:19
    Interfaces
  14. Урок 14. 00:12:51
    JSON Types Exercise
  15. Урок 15. 00:13:41
    Functions & Function Overloads
  16. Урок 16. 00:05:16
    this Types & Best Practices
  17. Урок 17. 00:14:33
    Classes & Access Modifier Keywords
  18. Урок 18. 00:08:54
    Top Types: any & unknown
  19. Урок 19. 00:09:21
    Bottom Types: never
  20. Урок 20. 00:12:23
    Type Guards & Narrowing
  21. Урок 21. 00:11:09
    Nullish Values
  22. Урок 22. 00:16:12
    Generics
  23. Урок 23. 00:13:45
    Dictionary map, filter & reduce
  24. Урок 24. 00:13:52
    Generics Scopes & Restraints
  25. Урок 25. 00:07:42
    Wrapping Up