Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Mastering TypeScript with Marathon Interview Questions, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:28
    Introduction
  2. Урок 2. 00:05:05
    Installing TypeScript Compiler
  3. Урок 3. 00:08:18
    Variables & Datatypes
  4. Урок 4. 00:05:13
    Primitive Datatype - Numbers
  5. Урок 5. 00:02:57
    Primitive Datatype - Boolean
  6. Урок 6. 00:07:24
    Primitive Datatype - Null, Undefined, Void
  7. Урок 7. 00:02:24
    Primitive Datatype - "any"
  8. Урок 8. 00:04:59
    Type Annotation & Inference
  9. Урок 9. 00:08:27
    Function Scope vs. Block Scope
  10. Урок 10. 00:08:57
    String
  11. Урок 11. 00:05:29
    Template Literal
  12. Урок 12. 00:03:26
    Type Aliases
  13. Урок 13. 00:04:59
    “never” Type
  14. Урок 14. 00:04:24
    Watch mode
  15. Урок 15. 00:08:48
    Watch mode TSC Config
  16. Урок 16. 00:02:57
    Setting the Compilation Target
  17. Урок 17. 00:06:24
    The “lib” option
  18. Урок 18. 00:05:56
    Setting Modules
  19. Урок 19. 00:04:44
    outDir - Output Directory
  20. Урок 20. 00:04:57
    The "outFile" option
  21. Урок 21. 00:04:05
    rootDir - Root Directory
  22. Урок 22. 00:02:24
    removeComments & noEmit
  23. Урок 23. 00:06:31
    Generating sourceMaps
  24. Урок 24. 00:02:10
    "inlineSources"
  25. Урок 25. 00:08:45
    Array Basics
  26. Урок 26. 00:04:53
    Tuple Basics
  27. Урок 27. 00:03:49
    Union Type
  28. Урок 28. 00:12:02
    Array Manipulation
  29. Урок 29. 00:08:42
    map() Method
  30. Урок 30. 00:10:17
    reduce() & reduceRight()
  31. Урок 31. 00:07:07
    Multidimensional Array
  32. Урок 32. 00:03:11
    for..in & for..of traversal
  33. Урок 33. 00:03:49
    forEach() Traversal
  34. Урок 34. 00:11:39
    Array filter()
  35. Урок 35. 00:11:15
    sort() Method
  36. Урок 36. 00:08:37
    Array Destructuring
  37. Урок 37. 00:08:01
    Function Basics
  38. Урок 38. 00:04:24
    Anonymous Functions
  39. Урок 39. 00:05:09
    Arrow Function
  40. Урок 40. 00:06:29
    Default & Optional Parameters
  41. Урок 41. 00:06:27
    Rest Operator
  42. Урок 42. 00:08:04
    Function Types
  43. Урок 43. 00:03:28
    Function Overloading
  44. Урок 44. 00:08:39
    Enum Type
  45. Урок 45. 00:04:15
    Computed Enum
  46. Урок 46. 00:03:06
    Reverse Mapping
  47. Урок 47. 00:02:45
    const & ambient Enum
  48. Урок 48. 00:19:18
    Object Literal
  49. Урок 49. 00:05:42
    thisObject
  50. Урок 50. 00:14:37
    Classes
  51. Урок 51. 00:10:11
    Inheritance
  52. Урок 52. 00:08:28
    Access Modifier - public, private and protected
  53. Урок 53. 00:04:32
    Parameter Properties
  54. Урок 54. 00:06:11
    readonly Modifier
  55. Урок 55. 00:05:40
    Static Members
  56. Урок 56. 00:06:10
    Object Literal Destructuring
  57. Урок 57. 00:04:44
    Abstract Classes
  58. Урок 58. 00:03:53
    Class Accessors - getter & setter Methods
  59. Урок 59. 00:06:34
    Interface Introduction
  60. Урок 60. 00:06:05
    Class & Interface
  61. Урок 61. 00:02:27
    Readonly properties
  62. Урок 62. 00:03:05
    Interface Inheritance
  63. Урок 63. 00:09:09
    Generics Basics
  64. Урок 64. 00:04:18
    Multiple Type Variables
  65. Урок 65. 00:03:14
    Generic Constraints
  66. Урок 66. 00:03:27
    Generic Classes
  67. Урок 67. 00:05:39
    Generic Interfaces
  68. Урок 68. 00:07:17
    What is module?
  69. Урок 69. 00:14:28
    Named Export/Import
  70. Урок 70. 00:07:03
    Default Export/Import
  71. Урок 71. 00:06:46
    Typescript Modules
  72. Урок 72. 00:08:07
    Typescript Namespaces
  73. Урок 73. 00:02:51
    Introduction
  74. Урок 74. 00:06:24
    Class Decorators
  75. Урок 75. 00:08:04
    Method Decorators
  76. Урок 76. 00:05:05
    Accessor Decorators
  77. Урок 77. 00:06:33
    Class Factory
  78. Урок 78. 00:08:40
    Property Decorators
  79. Урок 79. 00:02:39
    Parameter Decorators