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