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