Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай TypeScript for Professionals, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:45
    Setup and Hello World
  2. Урок 2. 00:01:43
    Primitive Types
  3. Урок 3. 00:01:53
    Instance Types
  4. Урок 4. 00:01:40
    Arrays And Tuples
  5. Урок 5. 00:01:34
    Object Types and Type Aliases
  6. Урок 6. 00:01:04
    const declarations
  7. Урок 7. 00:01:58
    Functions
  8. Урок 8. 00:02:11
    Structural Typing
  9. Урок 9. 00:01:49
    Classes
  10. Урок 10. 00:02:38
    Target Compiler Option
  11. Урок 11. 00:03:03
    Generics
  12. Урок 12. 00:02:01
    Special Types : any and unknown
  13. Урок 13. 00:01:34
    JavaScript to TypeScript
  14. Урок 14. 00:01:04
    Universal Utilities
  15. Урок 15. 00:03:50
    Creating a Frontend Project
  16. Урок 16. 00:02:16
    Type Assertions
  17. Урок 17. 00:01:17
    Type Casting
  18. Урок 18. 00:01:56
    Modules
  19. Урок 19. 00:04:26
    Type Declarations
  20. Урок 20. 00:03:21
    Creating an NPM Package
  21. Урок 21. 00:03:06
    Async Await
  22. Урок 22. 00:01:41
    ts-node
  23. Урок 23. 00:02:35
    Lexical this
  24. Урок 24. 00:02:00
    readonly modifier
  25. Урок 25. 00:02:58
    Union Types
  26. Урок 26. 00:02:59
    Literal Types
  27. Урок 27. 00:04:20
    Type Narrowing
  28. Урок 28. 00:03:30
    Discriminated Unions
  29. Урок 29. 00:01:03
    Class Parameter Properties
  30. Урок 30. 00:06:19
    Strict Compiler Option
  31. Урок 31. 00:04:21
    Null versus Undefined
  32. Урок 32. 00:02:04
    Intersection types
  33. Урок 33. 00:02:49
    Optional modifier
  34. Урок 34. 00:03:41
    Non-null Assertion Operator
  35. Урок 35. 00:02:29
    Interfaces
  36. Урок 36. 00:01:02
    Interface Declaration Merging
  37. Урок 37. 00:02:17
    Types versus Interfaces
  38. Урок 38. 00:03:01
    never type
  39. Урок 39. 00:01:26
    implements keyword
  40. Урок 40. 00:02:32
    Definite Assignment Assertion
  41. Урок 41. 00:02:03
    User Defined Type Guards
  42. Урок 42. 00:03:43
    Assertion Functions
  43. Урок 43. 00:04:16
    Function Overloading
  44. Урок 44. 00:02:54
    Call Signatures
  45. Урок 45. 00:01:54
    Abstract Classes
  46. Урок 46. 00:03:09
    Index Signatures
  47. Урок 47. 00:02:59
    Readonly Arrays and Tuples
  48. Урок 48. 00:02:22
    Double Assertion
  49. Урок 49. 00:03:56
    const Assertion
  50. Урок 50. 00:02:34
    this parameter
  51. Урок 51. 00:02:44
    Generic Constraints
  52. Урок 52. 00:02:13
    typeof type operator
  53. Урок 53. 00:03:13
    Lookup Types
  54. Урок 54. 00:03:56
    keyof type operator
  55. Урок 55. 00:04:40
    Conditional Types
  56. Урок 56. 00:03:34
    Conditional Types with Unions and never
  57. Урок 57. 00:03:48
    infer keyword and `ReturnType<T>`
  58. Урок 58. 00:02:49
    Mapped Types
  59. Урок 59. 00:03:38
    Mapped type modifiers
  60. Урок 60. 00:04:29
    Template Literal Type
  61. Урок 61. 00:01:28
    Partial<T>
  62. Урок 62. 00:01:37
    Required<T>
  63. Урок 63. 00:01:35
    Readonly<T>
  64. Урок 64. 00:03:43
    Record<K,V>
  65. Урок 65. 00:02:40
    AutoComplete Literal Unions with Primitives
  66. Урок 66. 00:04:19
    Project References
  67. Урок 67. 00:02:49
    undefined vs optional
  68. Урок 68. 00:02:43
    satisfies operator
  69. Урок 69. 00:00:58
    PropertyKey
  70. Урок 70. 00:04:12
    ThisType<T> Utility
  71. Урок 71. 00:04:13
    Awaited<T> Utility
  72. Урок 72. 00:03:37
    String Manipulation Utilities
  73. Урок 73. 00:04:02
    Mapped Types as Clauses