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