Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:06:46
    1.1. Intro to Introduction To Programming Foundations
  2. Урок 2. 00:02:18
    1.2. Intro to Expressions And Output
  3. Урок 3. 00:02:07
    1.3. Hello World - Problem
  4. Урок 4. 00:08:30
    1.4. Hello World - Solution
  5. Урок 5. 00:01:11
    1.5. Escaping Strings - Problem
  6. Урок 6. 00:03:25
    1.6. Escaping Strings - Solution
  7. Урок 7. 00:00:32
    1.7. Strings - Problem
  8. Урок 8. 00:01:47
    1.8. Strings - Solution
  9. Урок 9. 00:00:25
    1.9. Numbers - Problem
  10. Урок 10. 00:01:57
    1.10. Numbers - Solution
  11. Урок 11. 00:00:48
    1.11. Template Literals - Problem
  12. Урок 12. 00:03:53
    1.12. Template Literals - Solution
  13. Урок 13. 00:01:05
    1.13. Break
  14. Урок 14. 00:02:39
    1.14. Intro to Variables
  15. Урок 15. 00:00:54
    1.15. Let And Const - Problem
  16. Урок 16. 00:09:01
    1.16. Let And Const - solution
  17. Урок 17. 00:00:55
    1.17. Reassignment Vs Mutation - Problem
  18. Урок 18. 00:03:03
    1.18. Reassignment Vs Mutation - solution
  19. Урок 19. 00:01:05
    1.19. Break Variables
  20. Урок 20. 00:04:01
    1.20. Intro to Primitive Types
  21. Урок 21. 00:00:31
    1.21. Numbers And Strings - Problem
  22. Урок 22. 00:02:43
    1.22. Numbers And Strings - solution
  23. Урок 23. 00:00:30
    1.23. Comparisons - Problem
  24. Урок 24. 00:05:56
    1.24. Comparisons - solution
  25. Урок 25. 00:00:31
    1.25. Booleans And Comparisons - Problem
  26. Урок 26. 00:03:50
    1.26. Booleans And Comparisons - solution
  27. Урок 27. 00:00:33
    1.27. Null And Undefined - Problem
  28. Урок 28. 00:03:28
    1.28. Null And Undefined - solution
  29. Урок 29. 00:00:42
    1.29. Bigint And Symbol - Problem
  30. Урок 30. 00:04:57
    1.30. Bigint And Symbol - solution
  31. Урок 31. 00:01:04
    1.31. Truthy Falsy - Problem
  32. Урок 32. 00:10:33
    1.32. Truthy Falsy - solution
  33. Урок 33. 00:00:37
    1.33. Break Primitive Types
  34. Урок 34. 00:05:28
    1.34. Intro to Control Flow
  35. Урок 35. 00:00:17
    1.35. Conditionals - Problem
  36. Урок 36. 00:04:40
    1.36. Conditionals - solution
  37. Урок 37. 00:00:53
    1.37. Switch Stateme - Problem
  38. Урок 38. 00:10:29
    1.38. Switch Stateme - solution
  39. Урок 39. 00:00:44
    1.39. Loops - Problem
  40. Урок 40. 00:04:40
    1.40. Loops - solution
  41. Урок 41. 00:00:52
    1.41. Nested Loops - Problem
  42. Урок 42. 00:06:22
    1.42. Nested Loops - solution
  43. Урок 43. 00:00:39
    1.43. Ternary Operator - Problem
  44. Урок 44. 00:04:47
    1.44. Ternary Operator - solution
  45. Урок 45. 00:00:45
    1.45. Errors - Problem
  46. Урок 46. 00:02:45
    1.46. Errors - solution
  47. Урок 47. 00:00:37
    1.47. Break Control Flow
  48. Урок 48. 00:04:42
    1.48. Intro to Functions
  49. Урок 49. 00:00:35
    1.49. Function Declaration - Problem
  50. Урок 50. 00:02:23
    1.50. Function Declaration - solution
  51. Урок 51. 00:01:03
    1.51. Parameters - Problem
  52. Урок 52. 00:04:25
    1.52. Parameters - solution
  53. Урок 53. 00:00:32
    1.53. Type Inference - Problem
  54. Урок 54. 00:04:33
    1.54. Type Inference - solution
  55. Урок 55. 00:00:55
    1.55. Arrow Functions - Problem
  56. Урок 56. 00:10:57
    1.56. Arrow Functions - solution
  57. Урок 57. 00:00:41
    1.57. Jsdoc - Problem
  58. Урок 58. 00:03:33
    1.58. Jsdoc - solution
  59. Урок 59. 00:00:39
    1.59. Break Functions
  60. Урок 60. 00:01:23
    1.60. Intro to Void And Never
  61. Урок 61. 00:00:38
    1.61. Void Functions - Problem
  62. Урок 62. 00:04:22
    1.62. Void Functions - solution
  63. Урок 63. 00:00:50
    1.63. Never Type - Problem
  64. Урок 64. 00:05:32
    1.64. Never Type - solution
  65. Урок 65. 00:00:45
    1.65. Break Void and Never
  66. Урок 66. 00:00:39
    1.66. Outro To Programming Foundations
  67. Урок 67. 00:02:14
    2.1. Intro to Structured Data
  68. Урок 68. 00:01:12
    2.2. Intro to Obje
  69. Урок 69. 00:00:19
    2.3. Object Literals - Problem
  70. Урок 70. 00:01:47
    2.4. Object Literals - solution
  71. Урок 71. 00:00:14
    2.5. Property Access - Problem
  72. Урок 72. 00:03:56
    2.6. Property Access - solution
  73. Урок 73. 00:00:25
    2.7. Object Types - Problem
  74. Урок 74. 00:01:11
    2.8. Object Types - solution
  75. Урок 75. 00:00:29
    2.9. Optional Properties - Problem
  76. Урок 76. 00:08:08
    2.10. Optional Properties - solution
  77. Урок 77. 00:00:40
    2.11. Dynamic Keys - Problem
  78. Урок 78. 00:02:14
    2.12. Dynamic Keys - solution
  79. Урок 79. 00:00:49
    2.13. Break Obje
  80. Урок 80. 00:02:11
    2.14. Intro to Arrays
  81. Урок 81. 00:00:22
    2.15. Array Basics - Problem
  82. Урок 82. 00:04:13
    2.16. Array Basics - solution
  83. Урок 83. 00:00:17
    2.17. Array Types - Problem
  84. Урок 84. 00:05:00
    2.18. Array Types - solution
  85. Урок 85. 00:00:28
    2.19. Iteration - Problem
  86. Урок 86. 00:01:46
    2.20. Iteration - solution
  87. Урок 87. 00:01:16
    2.21. Break Arrays
  88. Урок 88. 00:02:02
    2.22. Intro to Spread and Rest
  89. Урок 89. 00:00:49
    2.23. Object Spread - Problem
  90. Урок 90. 00:10:45
    2.24. Object Spread - solution
  91. Урок 91. 00:00:41
    2.25. Rest Parameters - Problem
  92. Урок 92. 00:05:41
    2.26. Rest Parameters - solution
  93. Урок 93. 00:00:38
    2.27. Break Spread and Rest
  94. Урок 94. 00:01:20
    2.28. Intro to Destructuring
  95. Урок 95. 00:00:53
    2.29. Object Destructuring - Problem
  96. Урок 96. 00:09:12
    2.30. Object Destructuring - solution
  97. Урок 97. 00:00:17
    2.31. Array Destructuring - Problem
  98. Урок 98. 00:04:28
    2.32. Array Destructuring - solution
  99. Урок 99. 00:01:04
    2.33. Outro
  100. Урок 100. 00:02:19
    2.34. Intro to Array Methods
  101. Урок 101. 00:00:28
    2.35. Map - Problem
  102. Урок 102. 00:07:18
    2.36. Map - solution
  103. Урок 103. 00:00:21
    2.37. Filter - Problem
  104. Урок 104. 00:06:51
    2.38. Filter - solution
  105. Урок 105. 00:00:54
    2.39. Reduce - Problem
  106. Урок 106. 00:11:04
    2.40. Reduce - solution
  107. Урок 107. 00:01:16
    2.41. Break Array Methods
  108. Урок 108. 00:01:22
    2.42. Intro to .object-methods
  109. Урок 109. 00:00:22
    2.43. Keys Values - Problem
  110. Урок 110. 00:02:40
    2.44. Keys Values - solution
  111. Урок 111. 00:00:24
    2.45. Entries From Entries - Problem
  112. Урок 112. 00:02:00
    2.46. Entries From Entries - solution
  113. Урок 113. 00:00:30
    2.47. Break Object Methods
  114. Урок 114. 00:02:25
    2.48. Intro to Maps and S
  115. Урок 115. 00:00:32
    2.49. Maps - Problem
  116. Урок 116. 00:05:24
    2.50. Maps - solution
  117. Урок 117. 00:00:39
    2.51. S - Problem
  118. Урок 118. 00:03:49
    2.52. S - solution
  119. Урок 119. 00:00:36
    2.53. Break Maps and S
  120. Урок 120. 00:00:52
    2.54. Outro to Structured Data
  121. Урок 121. 00:01:20
    3.1. Intro to Type Safety
  122. Урок 122. 00:01:53
    3.2. Intro to Type Aliases
  123. Урок 123. 00:04:34
    3.3. Naming Types - solution
  124. Урок 124. 00:02:13
    3.4. Composition - solution
  125. Урок 125. 00:00:36
    3.5. Record Type - Problem
  126. Урок 126. 00:02:38
    3.6. Record Type - solution
  127. Урок 127. 00:01:02
    3.7. Break Type Aliases
  128. Урок 128. 00:03:23
    3.8. Intro to Union Types
  129. Урок 129. 00:00:28
    3.9. Multiple Types - Problem
  130. Урок 130. 00:03:05
    3.10. Multiple Types - solution
  131. Урок 131. 00:00:25
    3.11. Narrowing - Problem
  132. Урок 132. 00:04:21
    3.12. Narrowing - solution
  133. Урок 133. 00:00:45
    3.13. Type Guards - Problem
  134. Урок 134. 00:03:17
    3.14. Type Guards - solution
  135. Урок 135. 00:00:21
    3.15. Discriminated Unions - Problem
  136. Урок 136. 00:07:09
    3.16. Discriminated Unions - solution
  137. Урок 137. 00:00:47
    3.17. Break Union Types
  138. Урок 138. 00:02:12
    3.18. Intro to Literal Types
  139. Урок 139. 00:00:16
    3.19. Preserve Literals - Problem
  140. Урок 140. 00:06:21
    3.20. Preserve Literals - solution
  141. Урок 141. 00:00:26
    3.21. Single Source Of Truth - Problem
  142. Урок 142. 00:03:10
    3.22. Single Source Of Truth - solution
  143. Урок 143. 00:00:43
    3.23. Break Literal Types
  144. Урок 144. 00:01:10
    3.24. Intro to Intersection Types
  145. Урок 145. 00:00:13
    3.25. Combining Types - Problem
  146. Урок 146. 00:02:24
    3.26. Combining Types - solution
  147. Урок 147. 00:00:37
    3.27. Break Intersection Types
  148. Урок 148. 00:00:55
    3.28. Intro to Any vs Unknown
  149. Урок 149. 00:00:23
    3.29. Escape Hatches - Problem
  150. Урок 150. 00:03:36
    3.30. Escape Hatches - solution
  151. Урок 151. 00:00:41
    3.31. Break Any vs Unknown
  152. Урок 152. 00:02:09
    3.32. Intro to Generics
  153. Урок 153. 00:00:32
    3.33. Generic Functions - Problem
  154. Урок 154. 00:05:23
    3.34. Generic Functions - solution
  155. Урок 155. 00:00:17
    3.35. Generic Types - Problem
  156. Урок 156. 00:04:06
    3.36. Generic Types - solution
  157. Урок 157. 00:00:57
    3.37. Constrai - Problem
  158. Урок 158. 00:07:38
    3.38. Constrai - solution
  159. Урок 159. 00:00:34
    3.39. Break Generics
  160. Урок 160. 00:01:19
    3.40. Intro to Interfaces
  161. Урок 161. 00:00:19
    3.41. Object Shapes - Problem
  162. Урок 162. 00:01:39
    3.42. Object Shapes - solution
  163. Урок 163. 00:00:20
    3.43. Extending Interfaces - Problem
  164. Урок 164. 00:02:23
    3.44. Extending Interfaces - solution
  165. Урок 165. 00:00:47
    3.45. Declaration Merging - Problem
  166. Урок 166. 00:04:28
    3.46. Declaration Merging - solution
  167. Урок 167. 00:00:50
    3.47. Break Interfaces
  168. Урок 168. 00:01:21
    3.48. Intro to Enums
  169. Урок 169. 00:00:21
    3.49. String Enums - Problem
  170. Урок 170. 00:03:47
    3.50. String Enums - solution
  171. Урок 171. 00:00:32
    3.51. Enum Vs Union - Problem
  172. Урок 172. 00:02:01
    3.52. Enum Vs Union - solution
  173. Урок 173. 00:00:36
    3.53. Break Enums
  174. Урок 174. 00:00:51
    3.54. Outro to Type Safety
  175. Урок 175. 00:00:45
    4.1. Intro to Object Oriented TypeScript
  176. Урок 176. 00:01:19
    4.2. Intro to Classes
  177. Урок 177. 00:00:29
    4.3. Class Basics - Problem
  178. Урок 178. 00:06:53
    4.4. Class Basics - solution
  179. Урок 179. 00:00:23
    4.5. Private Fields And Defau - Problem
  180. Урок 180. 00:07:33
    4.6. Private Fields And Defau - solution
  181. Урок 181. 00:00:37
    4.7. Break Classes
  182. Урок 182. 00:00:58
    4.8. Intro to Interfaces and Classes
  183. Урок 183. 00:00:16
    4.9. Implementing Interfaces - Problem
  184. Урок 184. 00:03:21
    4.10. Implementing Interfaces - solution
  185. Урок 185. 00:00:10
    4.11. Programming To Abstractions - Problem
  186. Урок 186. 00:00:53
    4.12. Programming To Abstractions - solution
  187. Урок 187. 00:00:33
    4.13. Break Interfaces and Classes
  188. Урок 188. 00:02:38
    4.14. Intro to Inheritance and Polymorphism - Epic Web Dev
  189. Урок 189. 00:00:25
    4.15. Extends - Problem
  190. Урок 190. 00:04:21
    4.16. Extends - solution
  191. Урок 191. 00:00:24
    4.17. Method Overriding - Problem
  192. Урок 192. 00:01:09
    4.18. Method Overriding - solution
  193. Урок 193. 00:00:26
    4.19. Substitutability - Problem
  194. Урок 194. 00:00:39
    4.20. Substitutability - solution
  195. Урок 195. 00:00:52
    4.21. Break Inheritance and Polymorphism
  196. Урок 196. 00:03:10
    4.22. Intro to Composition vs Inheritance
  197. Урок 197. 00:00:20
    4.23. When To Use - Problem
  198. Урок 198. 00:02:52
    4.24. When To Use - solution
  199. Урок 199. 00:00:30
    4.25. Dependency Injection - Problem
  200. Урок 200. 00:03:46
    4.26. Dependency Injection (Solution) - solution
  201. Урок 201. 00:00:36
    4.27. Break Composition vs Inheritance
  202. Урок 202. 00:00:34
    4.28. Outro to Object Oriented TypeScript
  203. Урок 203. 00:01:44
    5.1. Intro to Advanced TypeScript
  204. Урок 204. 00:06:20
    5.2. Intro to Promises
  205. Урок 205. 00:01:03
    5.3. Creation - Problem
  206. Урок 206. 00:05:50
    5.4. Creation - solution
  207. Урок 207. 00:00:31
    5.5. Chaining - Problem
  208. Урок 208. 00:04:18
    5.6. Chaining - solution
  209. Урок 209. 00:00:42
    5.7. Rejection - Problem
  210. Урок 210. 00:07:06
    5.8. Rejection - solution
  211. Урок 211. 00:00:59
    5.9. Break Promises
  212. Урок 212. 00:01:23
    5.10. Intro to Async-Await
  213. Урок 213. 00:00:35
    5.11. Linear Flow - Problem
  214. Урок 214. 00:04:11
    5.12. Linear Flow - solution
  215. Урок 215. 00:00:15
    5.13. Error Handling - Problem
  216. Урок 216. 00:02:24
    5.14. Error Handling - solution
  217. Урок 217. 00:00:13
    5.15. Promise Types - Problem
  218. Урок 218. 00:04:03
    5.16. Promise Types - solution
  219. Урок 219. 00:00:46
    5.17. Break Async-Await
  220. Урок 220. 00:00:57
    5.18. Intro to Modules
  221. Урок 221. 00:00:24
    5.19. Import Export - Problem
  222. Урок 222. 00:03:35
    5.20. Import Export - solution
  223. Урок 223. 00:00:18
    5.21. Default Vs Named - Problem
  224. Урок 224. 00:03:37
    5.22. Default Vs Named - solution
  225. Урок 225. 00:00:16
    5.23. Type Only Impo - Problem
  226. Урок 226. 00:02:40
    5.24. Type Only Impo - solution
  227. Урок 227. 00:01:02
    5.25. Break Modules
  228. Урок 228. 00:01:10
    5.26. Intro to Type Operators
  229. Урок 229. 00:00:22
    5.27. Keyof Typeof - Problem
  230. Урок 230. 00:03:40
    5.28. Keyof Typeof - solution
  231. Урок 231. 00:00:19
    5.29. Index Access - Problem
  232. Урок 232. 00:02:46
    5.30. Index Access - solution
  233. Урок 233. 00:00:36
    5.31. Break Type Operators
  234. Урок 234. 00:00:56
    5.32. Intro to Utility Types
  235. Урок 235. 00:00:19
    5.33. Partial Pick - Problem
  236. Урок 236. 00:02:37
    5.34. Partial Pick - solution
  237. Урок 237. 00:00:13
    5.35. More Utilities - Problem
  238. Урок 238. 00:03:21
    5.36. More Utilities - solution
  239. Урок 239. 00:00:16
    5.37. Function Utilities - Problem
  240. Урок 240. 00:05:02
    5.38. Function Utilities - solution
  241. Урок 241. 00:00:34
    5.39. Creating Mapped Types - Problem
  242. Урок 242. 00:03:23
    5.40. Creating Mapped Types - solution
  243. Урок 243. 00:00:38
    5.41. Break Utility Types
  244. Урок 244. 00:01:32
    5.42. Intro to Conditional Types
  245. Урок 245. 00:00:18
    5.43. Basic Conditionals - Problem
  246. Урок 246. 00:04:34
    5.44. Basic Conditionals - solution
  247. Урок 247. 00:00:17
    5.45. Infer - Problem
  248. Урок 248. 00:02:51
    5.46. Infer - solution
  249. Урок 249. 00:00:41
    5.47. Break Conditional Types
  250. Урок 250. 00:01:13
    5.48. Outro to Advanced TypeScript