1. Урок 1. 00:07:32
    What, and why TypeScript?
  2. Урок 2. 00:06:08
    TypeScript versus JavaScript
  3. Урок 3. 00:05:04
    Installing TypeScript
  4. Урок 4. 00:08:11
    TypeScript compiler (tsc) and tsconfig
  5. Урок 5. 00:10:41
    Setting up Webpack for TypeScript
  6. Урок 6. 00:08:55
    Arrow functions and implicit returns
  7. Урок 7. 00:02:06
    Default Function parameters
  8. Урок 8. 00:04:19
    Object literal improvements
  9. Урок 9. 00:03:18
    Rest Parameters
  10. Урок 10. 00:02:20
    Array and Object Spreads
  11. Урок 11. 00:06:41
    Destructuring Objects
  12. Урок 12. 00:11:21
    Number Type
  13. Урок 13. 00:05:18
    String Type
  14. Урок 14. 00:04:10
    Boolean Type
  15. Урок 15. 00:03:28
    The "Any" Type
  16. Урок 16. 00:03:38
    Implicit vs Explicit Types
  17. Урок 17. 00:03:32
    Void Type
  18. Урок 18. 00:01:53
    Never Type
  19. Урок 19. 00:05:16
    Null, Undefined, Strict Null checks
  20. Урок 20. 00:04:05
    Union and Literal Types
  21. Урок 21. 00:06:20
    Function Types
  22. Урок 22. 00:02:29
    Functions and Optional Arguments
  23. Урок 23. 00:02:28
    Typed Functions and Default Params
  24. Урок 24. 00:03:38
    Object Types
  25. Урок 25. 00:04:06
    Array Types and Generics
  26. Урок 26. 00:04:28
    Tuple Types for Arrays
  27. Урок 27. 00:05:54
    Type Aliases
  28. Урок 28. 00:07:30
    Type Assertions
  29. Урок 29. 00:07:44
    Numeric Enums and Reverse Mappings
  30. Урок 30. 00:04:57
    String Enums and Inlining Members
  31. Урок 31. 00:06:05
    Creating Interfaces
  32. Урок 32. 00:03:16
    Interfaces with Function Types
  33. Урок 33. 00:02:34
    Extending Interfaces
  34. Урок 34. 00:02:01
    Interfaces and Optional Properties
  35. Урок 35. 00:03:47
    Interfaces with Index Signatures
  36. Урок 36. 00:09:17
    Understanding Classes and Constructors
  37. Урок 37. 00:05:00
    Public and Private Members
  38. Урок 38. 00:02:39
    Readonly Members
  39. Урок 39. 00:06:10
    Setters and Getters (Accessors)
  40. Урок 40. 00:04:17
    Class Inheritance
  41. Урок 41. 00:01:43
    Abstract Classes
  42. Урок 42. 00:03:38
    Protected Members and Inheritance
  43. Урок 43. 00:05:39
    Interface contracts with "implements"
  44. Урок 44. 00:04:58
    Static Properties and Methods
  45. Урок 45. 00:11:03
    Function Generics
  46. Урок 46. 00:09:35
    Function Overloads