589689.xyz

Udacity - Object-Oriented JavaScript Videos

  • 收录时间:2018-04-08 14:49:55
  • 文件大小:1GB
  • 下载次数:66
  • 最近下载:2020-12-15 19:07:26
  • 磁力链接:

文件列表

  1. Pseudoclassical Subclasses/18 - Subclass Prototype Delegation.mp4 22MB
  2. 'this' Keyword/03 - What is this not bound to.mp4 22MB
  3. Object Decorator Pattern/03 - Programming our game.mp4 21MB
  4. Prototypal Classes/05 - Constructor Prototypes.mp4 19MB
  5. Pseudoclassical Subclasses/11 - Using call.mp4 17MB
  6. Scopes/11 - In-Memory Data Stores.mp4 17MB
  7. Pseudoclassical Subclasses/20 - Incorrect Subclass Prototype Delegation.mp4 16MB
  8. Pseudoclassical Patterns/3 - Constructor Mode.mp4 15MB
  9. Pseudoclassical Patterns/4 - Constructor Mode.mp4 14MB
  10. Functional Classes/2 - Decorator code vs Classes.mp4 14MB
  11. Functional Classes/8 - Property access.mp4 14MB
  12. Prototypal Classes/07 - prototype vs method.mp4 13MB
  13. Pseudoclassical Subclasses/04 - Incorrect Solutions.mp4 13MB
  14. Functional Classes/7 - Adding methods to classes.mp4 13MB
  15. Prototypal Classes/08 - prototype ambiguity.mp4 13MB
  16. Closures/04 - Predicting Code Output.mp4 13MB
  17. 'this' Keyword/28 - Predicting this Output 9.mp4 13MB
  18. Pseudoclassical Subclasses/07 - this in Superclass without using new.mp4 12MB
  19. Scopes/04 - Lexical Scope.mp4 12MB
  20. Scopes/13 - Predicting Execution Context Output.mp4 12MB
  21. Scopes/18 - Finishing Our Predictions.mp4 12MB
  22. 'this' Keyword/27 - Predicting this Output 8.mp4 12MB
  23. Pseudoclassical Patterns/6 - Styles of writing classes.mp4 12MB
  24. Object Decorator Pattern/04 - Functions.mp4 11MB
  25. Pseudoclassical Subclasses/01 - Pseudoclassical Subclasses.mp4 11MB
  26. 'this' Keyword/15 - Predicting this Output 4.mp4 11MB
  27. 'this' Keyword/04 - What is this bound to.mp4 10MB
  28. Functional Classes/3 - Reducing duplicity.mp4 10MB
  29. Scopes/07 - Scoping Limitations.mp4 10MB
  30. Object Decorator Pattern/06 - Decorator Functions.mp4 10MB
  31. Prototype Chains/04 - Predicting Prototype Delegation.mp4 10MB
  32. Prototype Chains/03 - 1-time property copying.mp4 10MB
  33. Prototype Chains/12 - The object prototype.mp4 9MB
  34. 'this' Keyword/19 - Deconstructing setTimeout.mp4 9MB
  35. 'this' Keyword/01 - Intro.mp4 9MB
  36. Prototypal Classes/03 - Delegation Relationships.mp4 9MB
  37. Prototype Chains/02 - Property Lookup.mp4 9MB
  38. Object Decorator Pattern/14 - Predicting Strict Comparison of Objects.mp4 9MB
  39. Object Decorator Pattern/05 - Benefits of refactoring code.mp4 9MB
  40. Scopes/05 - Variable Access.mp4 9MB
  41. 'this' Keyword/30 - Predicting this Output with new.mp4 9MB
  42. Superclass and Subclasses/4 - Manually Duplicating Code.mp4 9MB
  43. Functional Classes/6 - Functional shared patterns.mp4 9MB
  44. Functional Classes/9 - Conclusion.mp4 9MB
  45. Scopes/01 - Introduction.mp4 8MB
  46. Scopes/12 - In-Memory Scopes vs In-Memory Objects.mp4 8MB
  47. Object Decorator Pattern/02 - Example of Code Reuse.mp4 8MB
  48. Closures/11 - Predicting Closure Output 3.mp4 8MB
  49. Scopes/15 - Building Multiple Execution Scopes.mp4 8MB
  50. Prototype Chains/14 - Array Prototype.mp4 8MB
  51. Closures/06 - Predicting Execution Contexts.mp4 8MB
  52. Prototypal Classes/09 - prototypeconstructor.mp4 7MB
  53. 'this' Keyword/09 - Predicting this Output.mp4 7MB
  54. Pseudoclassical Subclasses/23 - Subclass Prototype Constructor Property.mp4 7MB
  55. Prototype Chains/13 - Constructor property.mp4 7MB
  56. Closures/21 - Outro.mp4 7MB
  57. Closures/05 - Predicting Code Output.mp4 6MB
  58. Prototypal Classes/06 - How prototypes affect in-memory model.mp4 6MB
  59. Prototypal Classes/13 - Conclusion Prototypal classes.mp4 6MB
  60. Object Decorator Pattern/18 - Refactoring the move Method.mp4 6MB
  61. 'this' Keyword/17 - Predicting this Output 5.mp4 6MB
  62. Superclass and Subclasses/7 - Outro.mp4 6MB
  63. Object Decorator Pattern/07 - Adding Methods to Constructors.mp4 6MB
  64. Scopes/16 - Continuing Output Predictions.mp4 6MB
  65. 'this' Keyword/02 - Defining the keyword this.mp4 6MB
  66. 'this' Keyword/14 - Predicting this Output 3.mp4 5MB
  67. Pseudoclassical Subclasses/26 - Subclass Constructor Delegation.mp4 5MB
  68. Superclass and Subclasses/5 - Refactoring Into a Superclass.mp4 5MB
  69. Superclass and Subclasses/6 - Refactoring Into a Superclass.mp4 5MB
  70. Scopes/03 - Scopes An example.mp4 5MB
  71. Superclass and Subclasses/2 - Building Similar Objects.mp4 5MB
  72. Closures/02 - Retaining Access to Functions.mp4 5MB
  73. Object Decorator Pattern/11 - Recap of the this parameter.mp4 5MB
  74. Prototypal Classes/04 - Delegation Relationships.mp4 5MB
  75. Pseudoclassical Patterns/1 - Introduction.mp4 5MB
  76. Pseudoclassical Patterns/7 - Conclusion.mp4 5MB
  77. Pseudoclassical Subclasses/02 - Pseudoclassical Subclasses.mp4 5MB
  78. Pseudoclassical Subclasses/10 - 6s - Quiz.mp4 5MB
  79. Scopes/02 - Scopes and Closures.mp4 4MB
  80. 'this' Keyword/12 - Predicting this Output 2.mp4 4MB
  81. Prototypal Classes/01 - Improving Performance.mp4 4MB
  82. Closures/20 - Predicting Closure Output 6.mp4 4MB
  83. 'this' Keyword/07 - Predicting Parameter Output 2.mp4 4MB
  84. Pseudoclassical Subclasses/09 - calls First Argument.mp4 4MB
  85. Closures/01 - Intro to Closures.mp4 4MB
  86. Prototype Chains/01 - Prototype Chains.mp4 4MB
  87. Prototype Chains/06 - Predicting Undefined Property Lookups.mp4 4MB
  88. Pseudoclassical Subclasses/03 - Building Out a Subclass.mp4 4MB
  89. Object Decorator Pattern/15 - Predicting Strict Comparison of Objects.mp4 4MB
  90. Prototype Chains/08 - Property Lookup on Cloned Objects.mp4 4MB
  91. Object Decorator Pattern/08 - Adding Methods to Constructors.mp4 4MB
  92. Closures/16 - Predicting Closure Output 5.mp4 4MB
  93. Superclass and Subclasses/1 - Introduction.mp4 4MB
  94. 'this' Keyword/13 - Predicting this Output 3.mp4 4MB
  95. Closures/10 - Predicting Closure Output 2.mp4 4MB
  96. Closures/13 - Predicting Closure Output 4.mp4 4MB
  97. Pseudoclassical Subclasses/22 - Using Objectcreate.mp4 4MB
  98. Closures/07 - Predicting Execution Contexts.mp4 4MB
  99. Pseudoclassical Patterns/5 - Difference between patterns.mp4 3MB
  100. Pseudoclassical Subclasses/30 - Outro.mp4 3MB
  101. Prototypal Classes/11 - 7q - instanceof operator.mp4 3MB
  102. 'this' Keyword/31 - Predicting this Output with new.mp4 3MB
  103. Object Decorator Pattern/09 - Predicting the Value of this.mp4 3MB
  104. Scopes/08 - Calling the Functions.mp4 3MB
  105. Object Decorator Pattern/12 - Refactoring to Consolidate Code.mp4 3MB
  106. Scopes/09 - Intro Execution Contexts.mp4 3MB
  107. Object Decorator Pattern/19 - Refactoring the move Method.mp4 3MB
  108. 'this' Keyword/11 - Predicting this Output 2.mp4 3MB
  109. Object Decorator Pattern/13 - Refactoring to Consolidate Code.mp4 3MB
  110. Pseudoclassical Patterns/2 - Introduction.mp4 3MB
  111. Pseudoclassical Subclasses/27 - Proper Subclass Constructor Delegation.mp4 3MB
  112. Object Decorator Pattern/20 - Conclusion - Object Decorator Pattern.mp4 3MB
  113. Object Decorator Pattern/01 - Code Reuse.mp4 3MB
  114. 'this' Keyword/08 - Predicting Parameter Output 2.mp4 3MB
  115. Pseudoclassical Subclasses/28 - Proper Subclass Constructor Delegation.mp4 3MB
  116. Superclass and Subclasses/3 - Building Similar Objects.mp4 3MB
  117. 'this' Keyword/24 - Determining this Binding.mp4 3MB
  118. 'this' Keyword/05 - Predicting Parameter Output.mp4 3MB
  119. 'this' Keyword/26 - Predicting this Output 7.mp4 2MB
  120. Scopes/10 - Execution Contexts vs Lexical Scopes.mp4 2MB
  121. Object Decorator Pattern/16 - Strict Comparison of Returned Functions.mp4 2MB
  122. 'this' Keyword/32 - Outro.mp4 2MB
  123. Pseudoclassical Subclasses/05 - this in Superclass using new.mp4 2MB
  124. 'this' Keyword/21 - Predicting this Output 6.mp4 2MB
  125. Prototypal Classes/12 - instanceof operator.mp4 2MB
  126. Pseudoclassical Subclasses/08 - this in Superclass without using new.mp4 2MB
  127. Closures/08 - Predicting Closure Output.mp4 2MB
  128. Closures/14 - Predicting Closure Output 4.mp4 2MB
  129. Functional Classes/5 - this parameter.mp4 2MB
  130. Pseudoclassical Subclasses/24 - Subclass Prototype Constructor Property.mp4 2MB
  131. Pseudoclassical Subclasses/29 - Psuedoclassical Subclassing Outro.mp4 2MB
  132. 'this' Keyword/29 - Predicting this Output 9.mp4 2MB
  133. 'this' Keyword/18 - Predicting this Output 5.mp4 2MB
  134. Prototype Chains/10 - Property Lookup of Delegated Objects.mp4 2MB
  135. Prototype Chains/11 - Property Lookup of Delegated Objects.mp4 2MB
  136. Pseudoclassical Subclasses/17 - Constructor Prototype Delegation.mp4 2MB
  137. Prototype Chains/05 - Predicting Prototype Delegation.mp4 2MB
  138. Scopes/17 - Continuing Output Predictions.mp4 2MB
  139. Closures/15 - Predicting Closure Output 5.mp4 2MB
  140. Pseudoclassical Subclasses/15 - Subclass Method Prototype Delegation.mp4 2MB
  141. Prototype Chains/09 - Property Lookup on Cloned Objects.mp4 2MB
  142. Pseudoclassical Subclasses/13 - Subclass Property Prototype Delegation.mp4 2MB
  143. Scopes/06 - Variable Access.mp4 2MB
  144. Pseudoclassical Subclasses/19 - Subclass Prototype Delegation.mp4 2MB
  145. Pseudoclassical Subclasses/14 - Subclass Method Prototype Delegation.mp4 2MB
  146. Closures/18 - Predicting Execution Contexts 2.mp4 2MB
  147. 'this' Keyword/25 - Predicting this Output 7.mp4 2MB
  148. Prototypal Classes/10 - prototypeconstructor.mp4 2MB
  149. Prototype Chains/15 - Array Prototype.mp4 2MB
  150. Pseudoclassical Subclasses/12 - Subclass Property Prototype Delegation.mp4 2MB
  151. Object Decorator Pattern/17 - Strict Comparison of Returned Functions.mp4 1MB
  152. Pseudoclassical Subclasses/21 - Incorrect Subclass Prototype Delegation.mp4 1MB
  153. 'this' Keyword/20 - Deconstructing setTimeout.mp4 1MB
  154. Prototypal Classes/02 - One option for Improving Performace.mp4 1MB
  155. 'this' Keyword/16 - Predicting this Output 3.mp4 1MB
  156. Closures/12 - Predicting Closure Output 3.mp4 1MB
  157. Functional Classes/1 - Introduction to Classes.mp4 1MB
  158. Closures/19 - Predicting Closure Output 6.mp4 1MB
  159. Scopes/14 - Predicting Execution Context Output.mp4 1MB
  160. Object Decorator Pattern/10 - Predicting the Value of this.mp4 1MB
  161. Closures/17 - Predicting Execution Contexts 2.mp4 1MB
  162. Scopes/19 - Finishing Our Predictions.mp4 1MB
  163. Prototype Chains/16 - Conclusion - Prototype Chains.mp4 1MB
  164. 'this' Keyword/10 - Predicting this Output.mp4 1MB
  165. Prototype Chains/07 - Predicting Undefined Property Lookups.mp4 1000KB
  166. 'this' Keyword/06 - Predicting Parameter Output.mp4 999KB
  167. Closures/03 - Retaining Access to Functions.mp4 982KB
  168. Functional Classes/4 - Reducing duplicity.mp4 971KB
  169. 'this' Keyword/22 - Predicting this Output 6.mp4 960KB
  170. Closures/09 - Predicting Closure Output.mp4 915KB
  171. Pseudoclassical Subclasses/25 - Subclass Constructor Delegation.mp4 740KB
  172. Pseudoclassical Subclasses/16 - Constructor Prototype Delegation.mp4 562KB
  173. Pseudoclassical Subclasses/06 - this in Superclass using new.mp4 362KB
  174. 'this' Keyword/23 - Determining this Binding.mp4 318KB
  175. Object-Oriented JavaScript Subtitles/'this' Keyword/03 - What is this not bound to.srt 5KB
  176. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/18 - Subclass Prototype Delegation.srt 4KB
  177. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/03 - Programming our game.srt 4KB
  178. Object-Oriented JavaScript Subtitles/Prototypal Classes/05 - Constructor Prototypes.srt 4KB
  179. Object-Oriented JavaScript Subtitles/Pseudoclassical Patterns/4 - Constructor Mode.srt 3KB
  180. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/20 - Incorrect Subclass Prototype Delegation.srt 3KB
  181. Object-Oriented JavaScript Subtitles/Pseudoclassical Patterns/3 - Constructor Mode.srt 3KB
  182. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/04 - Incorrect Solutions.srt 3KB
  183. Object-Oriented JavaScript Subtitles/Functional Classes/8 - Property access.srt 3KB
  184. Object-Oriented JavaScript Subtitles/Functional Classes/7 - Adding methods to classes.srt 3KB
  185. Object-Oriented JavaScript Subtitles/Functional Classes/2 - Decorator code vs Classes.srt 3KB
  186. Object-Oriented JavaScript Subtitles/Scopes/04 - Lexical Scope.srt 3KB
  187. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/07 - this in Superclass without using new.srt 3KB
  188. Object-Oriented JavaScript Subtitles/'this' Keyword/28 - Predicting this Output 9.srt 3KB
  189. Object-Oriented JavaScript Subtitles/Closures/04 - Predicting Code Output.srt 2KB
  190. Object-Oriented JavaScript Subtitles/Prototypal Classes/07 - prototype vs method.srt 2KB
  191. Object-Oriented JavaScript Subtitles/Prototypal Classes/08 - prototype ambiguity.srt 2KB
  192. Object-Oriented JavaScript Subtitles/Pseudoclassical Patterns/6 - Styles of writing classes.srt 2KB
  193. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/01 - Pseudoclassical Subclasses.srt 2KB
  194. Object-Oriented JavaScript Subtitles/Scopes/11 - In-Memory Data Stores.srt 2KB
  195. Object-Oriented JavaScript Subtitles/'this' Keyword/15 - Predicting this Output 4.srt 2KB
  196. Object-Oriented JavaScript Subtitles/'this' Keyword/04 - What is this bound to.srt 2KB
  197. Object-Oriented JavaScript Subtitles/'this' Keyword/01 - Intro.srt 2KB
  198. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/06 - Decorator Functions.srt 2KB
  199. Object-Oriented JavaScript Subtitles/'this' Keyword/19 - Deconstructing setTimeout.srt 2KB
  200. Object-Oriented JavaScript Subtitles/Functional Classes/3 - Reducing duplicity.srt 2KB
  201. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/05 - Benefits of refactoring code.srt 2KB
  202. Object-Oriented JavaScript Subtitles/Prototype Chains/02 - Property Lookup.srt 2KB
  203. Object-Oriented JavaScript Subtitles/Prototype Chains/04 - Predicting Prototype Delegation.srt 2KB
  204. Object-Oriented JavaScript Subtitles/Scopes/07 - Scoping Limitations.srt 2KB
  205. Object-Oriented JavaScript Subtitles/Prototype Chains/03 - 1-time property copying.srt 2KB
  206. Object-Oriented JavaScript Subtitles/Prototypal Classes/03 - Delegation Relationships.srt 2KB
  207. Object-Oriented JavaScript Subtitles/Functional Classes/6 - Functional shared patterns.srt 2KB
  208. Object-Oriented JavaScript Subtitles/Superclass and Subclasses/4 - Manually Duplicating Code.srt 2KB
  209. Object-Oriented JavaScript Subtitles/Scopes/01 - Introduction.srt 2KB
  210. Object-Oriented JavaScript Subtitles/'this' Keyword/30 - Predicting this Output with new.srt 2KB
  211. Object-Oriented JavaScript Subtitles/Scopes/13 - Predicting Execution Context Output.srt 2KB
  212. Object-Oriented JavaScript Subtitles/Functional Classes/9 - Conclusion.srt 2KB
  213. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/14 - Predicting Strict Comparison of Objects.srt 2KB
  214. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/02 - Example of Code Reuse.srt 2KB
  215. Object-Oriented JavaScript Subtitles/Scopes/05 - Variable Access.srt 2KB
  216. Object-Oriented JavaScript Subtitles/Closures/21 - Outro.srt 2KB
  217. Object-Oriented JavaScript Subtitles/Scopes/18 - Finishing Our Predictions.srt 2KB
  218. Object-Oriented JavaScript Subtitles/'this' Keyword/09 - Predicting this Output.srt 1KB
  219. Object-Oriented JavaScript Subtitles/Closures/06 - Predicting Execution Contexts.srt 1KB
  220. Object-Oriented JavaScript Subtitles/Prototype Chains/14 - Array Prototype.srt 1KB
  221. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/23 - Subclass Prototype Constructor Property.srt 1KB
  222. Object-Oriented JavaScript Subtitles/Prototype Chains/13 - Constructor property.srt 1KB
  223. Object-Oriented JavaScript Subtitles/Prototypal Classes/13 - Conclusion Prototypal classes.srt 1KB
  224. Object-Oriented JavaScript Subtitles/'this' Keyword/17 - Predicting this Output 5.srt 1KB
  225. Object-Oriented JavaScript Subtitles/Prototypal Classes/06 - How prototypes affect in-memory model.srt 1KB
  226. Object-Oriented JavaScript Subtitles/Scopes/12 - In-Memory Scopes vs In-Memory Objects.srt 1KB
  227. Object-Oriented JavaScript Subtitles/Superclass and Subclasses/2 - Building Similar Objects.srt 1KB
  228. Object-Oriented JavaScript Subtitles/Scopes/03 - Scopes An example.srt 1KB
  229. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/18 - Refactoring the move Method.srt 1KB
  230. Object-Oriented JavaScript Subtitles/Superclass and Subclasses/7 - Outro.srt 1KB
  231. Object-Oriented JavaScript Subtitles/Scopes/15 - Building Multiple Execution Scopes.srt 1KB
  232. Object-Oriented JavaScript Subtitles/Superclass and Subclasses/5 - Refactoring Into a Superclass.srt 1KB
  233. Object-Oriented JavaScript Subtitles/'this' Keyword/14 - Predicting this Output 3.srt 1KB
  234. Object-Oriented JavaScript Subtitles/Superclass and Subclasses/6 - Refactoring Into a Superclass.srt 1KB
  235. Object-Oriented JavaScript Subtitles/Prototypal Classes/04 - Delegation Relationships.srt 1KB
  236. Object-Oriented JavaScript Subtitles/'this' Keyword/07 - Predicting Parameter Output 2.srt 1007B
  237. Object-Oriented JavaScript Subtitles/Scopes/02 - Scopes and Closures.srt 1006B
  238. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/11 - Recap of the this parameter.srt 998B
  239. Object-Oriented JavaScript Subtitles/Closures/02 - Retaining Access to Functions.srt 955B
  240. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/10 - 6s - Quiz.srt 948B
  241. Object-Oriented JavaScript Subtitles/'this' Keyword/12 - Predicting this Output 2.srt 942B
  242. Object-Oriented JavaScript Subtitles/Pseudoclassical Patterns/7 - Conclusion.srt 871B
  243. Object-Oriented JavaScript Subtitles/Closures/01 - Intro to Closures.srt 834B
  244. Object-Oriented JavaScript Subtitles/Prototypal Classes/01 - Improving Performance.srt 830B
  245. Object-Oriented JavaScript Subtitles/Superclass and Subclasses/1 - Introduction.srt 822B
  246. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/15 - Predicting Strict Comparison of Objects.srt 819B
  247. Object-Oriented JavaScript Subtitles/'this' Keyword/13 - Predicting this Output 3.srt 815B
  248. Object-Oriented JavaScript Subtitles/Prototype Chains/08 - Property Lookup on Cloned Objects.srt 800B
  249. Object-Oriented JavaScript Subtitles/Prototype Chains/06 - Predicting Undefined Property Lookups.srt 788B
  250. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/22 - Using Objectcreate.srt 783B
  251. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/03 - Building Out a Subclass.srt 777B
  252. Object-Oriented JavaScript Subtitles/Scopes/16 - Continuing Output Predictions.srt 751B
  253. Object-Oriented JavaScript Subtitles/Closures/13 - Predicting Closure Output 4.srt 728B
  254. Object-Oriented JavaScript Subtitles/Prototype Chains/01 - Prototype Chains.srt 718B
  255. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/08 - Adding Methods to Constructors.srt 715B
  256. Object-Oriented JavaScript Subtitles/Closures/07 - Predicting Execution Contexts.srt 700B
  257. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/30 - Outro.srt 694B
  258. Object-Oriented JavaScript Subtitles/Scopes/08 - Calling the Functions.srt 689B
  259. Object-Oriented JavaScript Subtitles/Pseudoclassical Patterns/5 - Difference between patterns.srt 679B
  260. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/12 - Refactoring to Consolidate Code.srt 653B
  261. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/09 - Predicting the Value of this.srt 652B
  262. Object-Oriented JavaScript Subtitles/'this' Keyword/11 - Predicting this Output 2.srt 648B
  263. Object-Oriented JavaScript Subtitles/Closures/10 - Predicting Closure Output 2.srt 639B
  264. Object-Oriented JavaScript Subtitles/'this' Keyword/31 - Predicting this Output with new.srt 622B
  265. Object-Oriented JavaScript Subtitles/Closures/16 - Predicting Closure Output 5.srt 619B
  266. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/20 - Conclusion - Object Decorator Pattern.srt 570B
  267. Object-Oriented JavaScript Subtitles/'this' Keyword/08 - Predicting Parameter Output 2.srt 568B
  268. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/01 - Code Reuse.srt 550B
  269. Object-Oriented JavaScript Subtitles/Pseudoclassical Patterns/2 - Introduction.srt 547B
  270. Object-Oriented JavaScript Subtitles/Prototypal Classes/11 - 7q - instanceof operator.srt 528B
  271. Object-Oriented JavaScript Subtitles/Superclass and Subclasses/3 - Building Similar Objects.srt 522B
  272. Object-Oriented JavaScript Subtitles/'this' Keyword/32 - Outro.srt 511B
  273. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/24 - Subclass Prototype Constructor Property.srt 504B
  274. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/29 - Psuedoclassical Subclassing Outro.srt 500B
  275. Object-Oriented JavaScript Subtitles/'this' Keyword/21 - Predicting this Output 6.srt 492B
  276. Object-Oriented JavaScript Subtitles/Closures/08 - Predicting Closure Output.srt 490B
  277. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/08 - this in Superclass without using new.srt 464B
  278. Object-Oriented JavaScript Subtitles/'this' Keyword/26 - Predicting this Output 7.srt 462B
  279. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/28 - Proper Subclass Constructor Delegation.srt 461B
  280. Object-Oriented JavaScript Subtitles/'this' Keyword/18 - Predicting this Output 5.srt 453B
  281. Object-Oriented JavaScript Subtitles/Functional Classes/4 - Reducing duplicity.srt 450B
  282. Object-Oriented JavaScript Subtitles/Prototype Chains/10 - Property Lookup of Delegated Objects.srt 437B
  283. Object-Oriented JavaScript Subtitles/Scopes/09 - Intro Execution Contexts.srt 434B
  284. Object-Oriented JavaScript Subtitles/'this' Keyword/10 - Predicting this Output.srt 423B
  285. Object-Oriented JavaScript Subtitles/Prototypal Classes/12 - instanceof operator.srt 417B
  286. Object-Oriented JavaScript Subtitles/Prototype Chains/05 - Predicting Prototype Delegation.srt 372B
  287. Object-Oriented JavaScript Subtitles/Prototype Chains/11 - Property Lookup of Delegated Objects.srt 370B
  288. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/05 - this in Superclass using new.srt 370B
  289. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/16 - Strict Comparison of Returned Functions.srt 358B
  290. Object-Oriented JavaScript Subtitles/'this' Keyword/24 - Determining this Binding.srt 351B
  291. Object-Oriented JavaScript Subtitles/Closures/15 - Predicting Closure Output 5.srt 348B
  292. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/17 - Constructor Prototype Delegation.srt 338B
  293. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/17 - Strict Comparison of Returned Functions.srt 330B
  294. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/19 - Subclass Prototype Delegation.srt 323B
  295. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/12 - Subclass Property Prototype Delegation.srt 321B
  296. Object-Oriented JavaScript Subtitles/Scopes/10 - Execution Contexts vs Lexical Scopes.srt 320B
  297. Object-Oriented JavaScript Subtitles/Scopes/06 - Variable Access.srt 316B
  298. Object-Oriented JavaScript Subtitles/Prototype Chains/16 - Conclusion - Prototype Chains.srt 313B
  299. Object-Oriented JavaScript Subtitles/Prototype Chains/09 - Property Lookup on Cloned Objects.srt 311B
  300. Object-Oriented JavaScript Subtitles/Closures/14 - Predicting Closure Output 4.srt 305B
  301. Object-Oriented JavaScript Subtitles/Prototypal Classes/02 - One option for Improving Performace.srt 302B
  302. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/13 - Subclass Property Prototype Delegation.srt 274B
  303. Object-Oriented JavaScript Subtitles/Prototype Chains/15 - Array Prototype.srt 263B
  304. Object-Oriented JavaScript Subtitles/'this' Keyword/25 - Predicting this Output 7.srt 262B
  305. Object-Oriented JavaScript Subtitles/Prototypal Classes/10 - prototypeconstructor.srt 260B
  306. Object-Oriented JavaScript Subtitles/'this' Keyword/29 - Predicting this Output 9.srt 259B
  307. Object-Oriented JavaScript Subtitles/Functional Classes/1 - Introduction to Classes.srt 258B
  308. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/21 - Incorrect Subclass Prototype Delegation.srt 257B
  309. Object-Oriented JavaScript Subtitles/Closures/19 - Predicting Closure Output 6.srt 254B
  310. Object-Oriented JavaScript Subtitles/Closures/03 - Retaining Access to Functions.srt 245B
  311. Object-Oriented JavaScript Subtitles/Closures/18 - Predicting Execution Contexts 2.srt 244B
  312. Object-Oriented JavaScript Subtitles/'this' Keyword/06 - Predicting Parameter Output.srt 234B
  313. Object-Oriented JavaScript Subtitles/'this' Keyword/16 - Predicting this Output 3.srt 214B
  314. Object-Oriented JavaScript Subtitles/'this' Keyword/20 - Deconstructing setTimeout.srt 210B
  315. Object-Oriented JavaScript Subtitles/Object Decorator Pattern/10 - Predicting the Value of this.srt 193B
  316. Object-Oriented JavaScript Subtitles/Prototype Chains/07 - Predicting Undefined Property Lookups.srt 187B
  317. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/06 - this in Superclass using new.srt 180B
  318. Object-Oriented JavaScript Subtitles/Scopes/14 - Predicting Execution Context Output.srt 179B
  319. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/25 - Subclass Constructor Delegation.srt 177B
  320. Object-Oriented JavaScript Subtitles/Closures/17 - Predicting Execution Contexts 2.srt 174B
  321. Object-Oriented JavaScript Subtitles/'this' Keyword/23 - Determining this Binding.srt 171B
  322. Object-Oriented JavaScript Subtitles/Closures/12 - Predicting Closure Output 3.srt 164B
  323. Object-Oriented JavaScript Subtitles/'this' Keyword/22 - Predicting this Output 6.srt 157B
  324. Object-Oriented JavaScript Subtitles/Scopes/19 - Finishing Our Predictions.srt 155B
  325. Object-Oriented JavaScript Subtitles/Scopes/17 - Continuing Output Predictions.srt 152B
  326. Object-Oriented JavaScript Subtitles/Pseudoclassical Subclasses/16 - Constructor Prototype Delegation.srt 138B