1. Урок 1. 00:05:38
    How To Succeed In This Course
  2. Урок 2. 00:02:28
    Section Overview
  3. Урок 3. 00:05:29
    Javascript Engine
  4. Урок 4. 00:00:57
    Exercise: Javascript Engine
  5. Урок 5. 00:04:06
    Inside the Engine
  6. Урок 6. 00:02:34
    Exercise: JS Engine For All
  7. Урок 7. 00:06:22
    Interpreters and Compilers
  8. Урок 8. 00:08:57
    Inside the V8 Engine
  9. Урок 9. 00:04:16
    Comparing Other Languages
  10. Урок 10. 00:08:54
    Writing Optimized Code
  11. Урок 11. 00:03:16
    WebAssembly
  12. Урок 12. 00:14:38
    Call Stack and Memory Heap
  13. Урок 13. 00:03:22
    Stack Overflow
  14. Урок 14. 00:04:31
    Garbage Collection
  15. Урок 15. 00:06:35
    Memory Leaks
  16. Урок 16. 00:01:59
    Single Threaded
  17. Урок 17. 00:02:41
    Exercise: Issue With Single Thread
  18. Урок 18. 00:14:08
    Javascript Runtime
  19. Урок 19. 00:06:28
    Node.js
  20. Урок 20. 00:05:03
    Section Review
  21. Урок 21. 00:01:07
    Section Overview
  22. Урок 22. 00:08:36
    Execution Context
  23. Урок 23. 00:05:40
    Lexical Environment
  24. Урок 24. 00:10:48
    Hoisting
  25. Урок 25. 00:03:59
    Exercise: Hoisting
  26. Урок 26. 00:07:07
    Exercise: Hoisting 2
  27. Урок 27. 00:07:01
    Function Invocation
  28. Урок 28. 00:04:23
    arguments Keyword
  29. Урок 29. 00:06:42
    Variable Environment
  30. Урок 30. 00:12:21
    Scope Chain
  31. Урок 31. 00:02:04
    [[scope]]
  32. Урок 32. 00:04:59
    Exercise: JS is Weird
  33. Урок 33. 00:03:36
    Function Scope vs Block Scope
  34. Урок 34. 00:03:46
    Exercise: Block Scope
  35. Урок 35. 00:04:11
    Global Variables
  36. Урок 36. 00:13:39
    IIFE
  37. Урок 37. 00:17:00
    this Keyword
  38. Урок 38. 00:12:09
    Exercise: Dynamic Scope vs Lexical Scope
  39. Урок 39. 00:11:18
    call(), apply(), bind()
  40. Урок 40. 00:03:43
    bind() and currying
  41. Урок 41. 00:03:10
    Exercise: this Keyword
  42. Урок 42. 00:01:09
    Context vs Scope
  43. Урок 43. 00:02:48
    Section Review
  44. Урок 44. 00:01:23
    Section Overview
  45. Урок 45. 00:13:41
    Javascript Types
  46. Урок 46. 00:02:18
    Array.isArray()
  47. Урок 47. 00:17:07
    Pass By Value vs Pass By Reference
  48. Урок 48. 00:09:03
    Type Coercion
  49. Урок 49. 00:11:51
    JTS: Dynamic vs Static Typing
  50. Урок 50. 00:03:19
    JTS: Weakly vs Strongly Typed
  51. Урок 51. 00:09:46
    JTS: Static Typing In JavaScript
  52. Урок 52. 00:01:55
    Section Overview
  53. Урок 53. 00:09:19
    Functions are Objects
  54. Урок 54. 00:04:05
    First Class Citizens
  55. Урок 55. 00:03:26
    Extra Bits: Functions
  56. Урок 56. 00:17:15
    Higher Order Functions
  57. Урок 57. 00:03:46
    Exercise: Higher Order Functions
  58. Урок 58. 00:15:12
    Closures
  59. Урок 59. 00:03:19
    Exercise: Closures
  60. Урок 60. 00:07:53
    Closures and Memory
  61. Урок 61. 00:07:42
    Closures and Encapsulation
  62. Урок 62. 00:01:32
    Exercise: Closures 2
  63. Урок 63. 00:02:35
    Solution: Closures 2
  64. Урок 64. 00:01:29
    Exercise: Closures 3
  65. Урок 65. 00:03:48
    Solution: Closures 3
  66. Урок 66. 00:01:35
    Closures Review
  67. Урок 67. 00:06:48
    Prototypal Inheritance
  68. Урок 68. 00:09:08
    Prototypal Inheritance 2
  69. Урок 69. 00:07:47
    Prototypal Inheritance 3
  70. Урок 70. 00:10:36
    Prototypal Inheritance 4
  71. Урок 71. 00:02:44
    Prototypal Inheritance 5
  72. Урок 72. 00:09:17
    Prototypal Inheritance 6
  73. Урок 73. 00:02:57
    Exercise: Prototypal Inheritance
  74. Урок 74. 00:08:22
    Solution: Prototypal Inheritance
  75. Урок 75. 00:03:58
    Section Review
  76. Урок 76. 00:06:25
    Section Overview
  77. Урок 77. 00:03:51
    OOP and FP
  78. Урок 78. 00:03:22
    OOP Introduction
  79. Урок 79. 00:08:21
    OOP1: Factory Functions
  80. Урок 80. 00:07:39
    OOP2: Object.create()
  81. Урок 81. 00:13:02
    OOP3: Constructor Functions
  82. Урок 82. 00:08:39
    More Constructor Functions
  83. Урок 83. 00:02:53
    Funny Thing About JS...
  84. Урок 84. 00:08:45
    OOP4: ES6 Classes
  85. Урок 85. 00:01:49
    Object.create() vs Class
  86. Урок 86. 00:04:45
    this - 4 Ways
  87. Урок 87. 00:14:42
    Inheritance
  88. Урок 88. 00:05:26
    Inheritance 2
  89. Урок 89. 00:04:22
    Public vs Private
  90. Урок 90. 00:03:06
    OOP in React.js
  91. Урок 91. 00:08:18
    4 Pillars of OOP
  92. Урок 92. 00:02:07
    Reviewing OOP
  93. Урок 93. 00:02:30
    Section Overview
  94. Урок 94. 00:03:32
    Functional Programming Introduction
  95. Урок 95. 00:03:38
    Exercise: Amazon
  96. Урок 96. 00:04:36
    Pure Functions
  97. Урок 97. 00:07:48
    Pure Functions 2
  98. Урок 98. 00:04:34
    Can Everything Be Pure?
  99. Урок 99. 00:04:09
    Idempotent
  100. Урок 100. 00:06:29
    Imperative vs Declarative
  101. Урок 101. 00:05:29
    Immutability
  102. Урок 102. 00:07:50
    Higher Order Functions and Closures
  103. Урок 103. 00:04:25
    Currying
  104. Урок 104. 00:04:25
    Partial Application
  105. Урок 105. 00:07:48
    MCI: Memoization 1
  106. Урок 106. 00:03:57
    MCI: Memoization 2
  107. Урок 107. 00:12:34
    Compose and Pipe
  108. Урок 108. 00:01:47
    Arity
  109. Урок 109. 00:02:55
    Is FP The Answer To Everything?
  110. Урок 110. 00:21:49
    Solution: Amazon
  111. Урок 111. 00:05:15
    Reviewing FP
  112. Урок 112. 00:16:21
    Composition vs Inheritance
  113. Урок 113. 00:04:30
    OOP vs FP
  114. Урок 114. 00:05:20
    OOP vs FP 2
  115. Урок 115. 00:04:52
    Section Overview
  116. Урок 116. 00:24:13
    How JavaScript Works
  117. Урок 117. 00:22:27
    Promises
  118. Урок 118. 00:15:23
    ES8 - Async Await
  119. Урок 119. 00:05:22
    ES9 (ES2018)
  120. Урок 120. 00:11:12
    ES9 (ES2018) - Async
  121. Урок 121. 00:06:56
    Job Queue
  122. Урок 122. 00:10:01
    Parallel, Sequence and Race
  123. Урок 123. 00:04:23
    ES2020: allSettled()
  124. Урок 124. 00:11:28
    Threads, Concurrency and Parallelism
  125. Урок 125. 00:02:45
    Section Overview
  126. Урок 126. 00:11:06
    What Is A Module?
  127. Урок 127. 00:13:07
    Module Pattern
  128. Урок 128. 00:04:54
    Module Pattern Pros and Cons
  129. Урок 129. 00:10:06
    CommonJS, AMD, UMD
  130. Урок 130. 00:08:54
    ES6 Modules
  131. Урок 131. 00:02:15
    Section Review
  132. Урок 132. 00:01:08
    Section Overview
  133. Урок 133. 00:08:53
    Errors In JavaScript
  134. Урок 134. 00:09:54
    Try Catch
  135. Урок 135. 00:12:57
    Async Error Handling
  136. Урок 136. 00:03:31
    Async Error Handling 2
  137. Урок 137. 00:05:09
    Extending Errors
  138. Урок 138. 00:01:19
    Section Review
  139. Урок 139. 00:00:40
    Thank You
  140. Урок 140. 00:01:59
    Section Overview
  141. Урок 141. 00:05:54
    What Is A Data Structure?
  142. Урок 142. 00:12:35
    How Computers Store Data
  143. Урок 143. 00:03:29
    Data Structures In Different Languages
  144. Урок 144. 00:03:06
    Operations On Data Structures
  145. Урок 145. 00:13:52
    Array Introduction
  146. Урок 146. 00:06:41
    Static vs Dynamic Arrays
  147. Урок 147. 00:17:20
    Implementing An Array
  148. Урок 148. 00:01:05
    Strings and Arrays
  149. Урок 149. 00:01:36
    Exercise: Reverse A String
  150. Урок 150. 00:10:32
    Solution Reverse A String
  151. Урок 151. 00:00:45
    Exercise: Merge Sorted Arrays
  152. Урок 152. 00:14:13
    Solution: Merge Sorted Arrays
  153. Урок 153. 00:03:29
    Arrays Review
  154. Урок 154. 00:04:11
    Hash Tables Introduction
  155. Урок 155. 00:05:57
    Hash Function
  156. Урок 156. 00:09:44
    Hash Collisions
  157. Урок 157. 00:03:31
    Hash Tables In Different Languages
  158. Урок 158. 00:03:52
    Exercise: Implement A Hash Table
  159. Урок 159. 00:17:26
    Solution: Implement A Hash Table
  160. Урок 160. 00:06:12
    keys()
  161. Урок 161. 00:02:02
    Hash Tables vs Arrays
  162. Урок 162. 00:01:19
    Exercise: First Recurring Character
  163. Урок 163. 00:16:12
    Solution: First Recurring Character
  164. Урок 164. 00:06:10
    Hash Tables Review
  165. Урок 165. 00:05:34
    What is JavaScript?
  166. Урок 166. 00:11:42
    Your First JavaScript
  167. Урок 167. 00:15:10
    Variables
  168. Урок 168. 00:16:37
    Control Flow
  169. Урок 169. 00:09:06
    JavaScript On Our Webpage
  170. Урок 170. 00:23:54
    Functions
  171. Урок 171. 00:13:07
    Data Structures: Arrays
  172. Урок 172. 00:15:26
    Data Structures: Objects
  173. Урок 173. 00:11:17
    Exercise: Build Facebook
  174. Урок 174. 00:03:44
    JavaScript Terminology
  175. Урок 175. 00:22:23
    Loops
  176. Урок 176. 00:08:04
    Exercise: Build Facebook 2
  177. Урок 177. 00:03:03
    JavaScript Keywords
  178. Урок 178. 00:10:27
    Scope
  179. Урок 179. 00:11:43
    Advanced Control Flow
  180. Урок 180. 00:26:42
    ES5 and ES6
  181. Урок 181. 00:20:05
    Advanced Functions
  182. Урок 182. 00:16:41
    Advanced Arrays
  183. Урок 183. 00:24:53
    Advanced Objects
  184. Урок 184. 00:03:07
    ES7
  185. Урок 185. 00:09:20
    ES8
  186. Урок 186. 00:16:50
    ES10 (ES2019)
  187. Урок 187. 00:12:05
    Advanced Loops
  188. Урок 188. 00:10:08
    ES2020 Part 1
  189. Урок 189. 00:03:30
    ES2020 Part 2
  190. Урок 190. 00:04:12
    ES2020 Part 3
  191. Урок 191. 00:03:15
    ES2020: globalThis
  192. Урок 192. 00:03:09
    ES2021
  193. Урок 193. 00:08:24
    Debugging
  194. Урок 194. 00:13:20
    Modules
  195. Урок 195. 00:38:31
    AMA - 100,000 Students!!