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