589689.xyz

JavaScript - Understanding the Weird Parts

  • 收录时间:2018-03-05 08:22:13
  • 文件大小:1GB
  • 下载次数:169
  • 最近下载:2021-01-21 11:15:57
  • 磁力链接:

文件列表

  1. 4 - Objects and Functions/33.Objects, Functions, and 'this'.mp4 65MB
  2. 8 - Examining Famous Frameworks and Libraries/65.Deep Dive into Source Code - jQuery - Part 1.mp4 59MB
  3. 8 - Examining Famous Frameworks and Libraries/66.Deep Dive into Source Code - jQuery - Part 2.mp4 55MB
  4. 4 - Objects and Functions/46.call(), apply(), and bind().mp4 44MB
  5. 9 - Let's Build a Framework _ Library!/71.Properties and Chainable Methods.mp4 41MB
  6. 4 - Objects and Functions/31.Function Statements and Function Expressions.mp4 39MB
  7. 3 - Types and Operators/22.Comparison Operators.mp4 36MB
  8. 4 - Objects and Functions/47.Functional Programming.mp4 36MB
  9. 8 - Examining Famous Frameworks and Libraries/67.Deep Dive into Source Code - jQuery - Part 3.mp4 35MB
  10. 5 - Object-Oriented Javascript and Prototypal Inheritance/52.Reflection and Extend.mp4 33MB
  11. 3 - Types and Operators/20.Operator Precedence and Associativity.mp4 32MB
  12. 4 - Objects and Functions/43.Understanding Closures - Part 2.mp4 29MB
  13. 4 - Objects and Functions/32.Conceptual Aside - By Value vs By Reference.mp4 28MB
  14. 4 - Objects and Functions/40.Immediately Invoked Functions Expressions (IIFEs).mp4 28MB
  15. 4 - Objects and Functions/26.Objects and the Dot.mp4 27MB
  16. 6 - Building Objects/53.Function Constructors, 'new', and the History of Javascript.mp4 27MB
  17. 4 - Objects and Functions/35.'arguments' and spread.mp4 27MB
  18. 4 - Objects and Functions/48.Functional Programming - Part 2.mp4 26MB
  19. 2 - Execution Contexts and Lexical Environments/14.The Scope Chain.mp4 26MB
  20. 4 - Objects and Functions/44.Framework Aside - Function Factories.mp4 24MB
  21. 6 - Building Objects/59.Object.create and Pure Prototypal Inheritance.mp4 23MB
  22. 6 - Building Objects/54.Function Constructors and '.prototype'.mp4 21MB
  23. 2 - Execution Contexts and Lexical Environments/16.What About Asynchronous Callbacks.mp4 21MB
  24. 5 - Object-Oriented Javascript and Prototypal Inheritance/50.Understanding the Prototype.mp4 21MB
  25. 2 - Execution Contexts and Lexical Environments/08.The Execution Context - Creation and Hoisting.mp4 21MB
  26. 2 - Execution Contexts and Lexical Environments/07.The Global Environment and The Global Object.mp4 19MB
  27. 8 - Examining Famous Frameworks and Libraries/64.Learning From Other's Good Code.mp4 19MB
  28. 2 - Execution Contexts and Lexical Environments/05.Conceptual Aside - Syntax Parsers, Execution Contexts, and Lexical Environments.mp4 17MB
  29. 6 - Building Objects/56.Conceptual Aside - Built-In Function Constructors.mp4 17MB
  30. 9 - Let's Build a Framework _ Library!/70.Our Object and Its Prototype.mp4 17MB
  31. 9 - Let's Build a Framework _ Library!/74.Let's Use Our Framework.mp4 16MB
  32. 4 - Objects and Functions/27.Objects and Object Literals.mp4 16MB
  33. 7 - Odds and Ends/62.'typeof' , 'instanceof', and Figuring Out What Something Is.mp4 16MB
  34. 4 - Objects and Functions/45.Closures and Callbacks.mp4 16MB
  35. 4 - Objects and Functions/42.Understanding Closures.mp4 16MB
  36. 4 - Objects and Functions/30.Functions are Objects.mp4 16MB
  37. 4 - Objects and Functions/28.Framework Aside - Faking Namespaces.mp4 15MB
  38. 1 - Getting Started/01.Introduction and The Goal of This Course.mp4 15MB
  39. 2 - Execution Contexts and Lexical Environments/09.Conceptual Aside - Javascript and 'undefined'.mp4 14MB
  40. 4 - Objects and Functions/41.Framework Aside - IIFEs and Safe Code.mp4 14MB
  41. 9 - Let's Build a Framework _ Library!/72.Adding jQuery Support.mp4 13MB
  42. 2 - Execution Contexts and Lexical Environments/13.Functions, Context, and Variable Environments.mp4 13MB
  43. 10 - BONUS Lectures/76.TypeScript, ES6, and Transpiled Languages.mp4 13MB
  44. 2 - Execution Contexts and Lexical Environments/12.Function Invocation and the Execution Stack.mp4 12MB
  45. 3 - Types and Operators/24.Default Values.mp4 12MB
  46. 4 - Objects and Functions/29.JSON and Object Literals.mp4 12MB
  47. 3 - Types and Operators/23.Existence and Booleans.mp4 11MB
  48. 5 - Object-Oriented Javascript and Prototypal Inheritance/49.Conceptual Aside - Classical vs Prototypal Inheritance.mp4 11MB
  49. 6 - Building Objects/60.ES6 and Classes.mp4 11MB
  50. 6 - Building Objects/55.Dangerous Aside - 'new' and functions.mp4 11MB
  51. 7 - Odds and Ends/63.Strict Mode.mp4 11MB
  52. 6 - Building Objects/57.Dangerous Aside - Built-In Function Constructors.mp4 10MB
  53. 3 - Types and Operators/19.Conceptual Aside - Operators.mp4 10MB
  54. 7 - Odds and Ends/61.Initialization.mp4 10MB
  55. 3 - Types and Operators/21.Conceptual Aside - Coercion.mp4 10MB
  56. 3 - Types and Operators/25.Framework Aside - Default Values.mp4 9MB
  57. 4 - Objects and Functions/39.Framework Aside - Whitespace.mp4 9MB
  58. 4 - Objects and Functions/36.Framework Aside - Function Overloading.mp4 9MB
  59. 3 - Types and Operators/18.Primitive Types.mp4 9MB
  60. 1 - Getting Started/02.Setup.mp4 9MB
  61. 4 - Objects and Functions/34.Conceptual Aside - Arrays - Collections of Anything.mp4 8MB
  62. 1 - Getting Started/04.Understanding, Frameworks, and The Weird Parts.mp4 8MB
  63. 5 - Object-Oriented Javascript and Prototypal Inheritance/51.Everything is an Object (or a primitive).mp4 8MB
  64. 4 - Objects and Functions/38.Dangerous Aside - Automatic Semicolon Insertion.mp4 8MB
  65. 9 - Let's Build a Framework _ Library!/73.Good Commenting.mp4 7MB
  66. 2 - Execution Contexts and Lexical Environments/06.Conceptual Aside - Name_Value Pairs and Objects.mp4 7MB
  67. 3 - Types and Operators/17.Conceptual Aside - Types and Javascript.mp4 7MB
  68. 6 - Building Objects/58.Dangerous Aside - Arrays and for..in.mp4 6MB
  69. 2 - Execution Contexts and Lexical Environments/10.The Execution Context - Code Execution.mp4 6MB
  70. 2 - Execution Contexts and Lexical Environments/15.Scope, ES6, and let.mp4 6MB
  71. 2 - Execution Contexts and Lexical Environments/11.Conceptual Aside - Single Threaded, Synchronous Execution.mp4 6MB
  72. 9 - Let's Build a Framework _ Library!/68.Requirements.mp4 4MB
  73. 9 - Let's Build a Framework _ Library!/69.Structuring Safe Code.mp4 4MB
  74. 11 - BONUS - Getting Ready for ECMAScript 6/77.Existing and Upcoming Features.mp4 4MB
  75. 12 - Conclusion/78.Learning to Love the Weird Parts.mp4 4MB
  76. 1 - Getting Started/03.Big Words and Javascript.mp4 4MB
  77. 4 - Objects and Functions/37.Conceptual Aside - Syntax Parsers.mp4 3MB
  78. 9 - Let's Build a Framework _ Library!/75.A Side Note.mp4 2MB
  79. 3 - Types and Operators/Equalty-Comparison-And-Sameness.pdf 190KB
  80. 9 - Let's Build a Framework _ Library!/J7-Lets-Use-Our-Framework.zip 164KB
  81. 9 - Let's Build a Framework _ Library!/J5-Adding-J-Query-Support.zip 162KB
  82. 9 - Let's Build a Framework _ Library!/J4-Properties-And-Chainable-Methods.zip 162KB
  83. 9 - Let's Build a Framework _ Library!/J3-Our-Object-And-Prototype.zip 161KB
  84. 9 - Let's Build a Framework _ Library!/J2-Structuring-Safe-Code.zip 161KB
  85. 3 - Types and Operators/Operator-Precedence-In-Javascript.pdf 116KB
  86. 9 - Let's Build a Framework _ Library!/J6-Good-Commenting.zip 81KB
  87. 8 - Examining Famous Frameworks and Libraries/I2-Deep-Dive-J-Query.zip 80KB
  88. 5 - Object-Oriented Javascript and Prototypal Inheritance/E4-Reflection-And-Extend.zip 30KB
  89. 4 - Objects and Functions/D20b-Functional-Programming-Part-2.zip 16KB
  90. course_info.txt 6KB
  91. 6 - Building Objects/F2-Function-Constructors-And-Prototype.zip 2KB
  92. 4 - Objects and Functions/D15-IIF-Es-And-Safe-Code.zip 2KB
  93. 6 - Building Objects/F7-Object-Create-And-Prototypal.zip 2KB
  94. 5 - Object-Oriented Javascript and Prototypal Inheritance/E2-Understanding-The-Prototype.zip 2KB
  95. 4 - Objects and Functions/D20-Functional-Programming.zip 2KB
  96. 4 - Objects and Functions/D18-Closures-And-Callbacks.zip 2KB
  97. 6 - Building Objects/F1-Function-Constructors-New-History.zip 2KB
  98. 4 - Objects and Functions/D19-Call-Apply-Bind.zip 2KB
  99. 4 - Objects and Functions/D7b-Arrays-Collections-Of-Anything.zip 2KB
  100. 4 - Objects and Functions/D7-Object-Functions-And-This.zip 2KB
  101. 4 - Objects and Functions/D6b-By-Value-By-Reference.zip 2KB
  102. 6 - Building Objects/F4-Built-In-Function-Constructors.zip 2KB
  103. 4 - Objects and Functions/D9-Function-Overloading.zip 2KB
  104. 4 - Objects and Functions/D11-Automatic-Semicolon-Insertion.zip 2KB
  105. 4 - Objects and Functions/D17-Function-Factories.zip 2KB
  106. 4 - Objects and Functions/D1-Objects-And-The-Dot.zip 2KB
  107. 4 - Objects and Functions/D16b-Closures-Part-2.zip 2KB
  108. 4 - Objects and Functions/D2-Object-Literals.zip 2KB
  109. 7 - Odds and Ends/H1-Initialization.zip 2KB
  110. 4 - Objects and Functions/D3-Faking-Namespaces.zip 2KB
  111. 4 - Objects and Functions/D8-Arguments.zip 2KB
  112. 2 - Execution Contexts and Lexical Environments/B9-Variable-Environments.zip 2KB
  113. 4 - Objects and Functions/D6-Function-Expressions.zip 2KB
  114. 4 - Objects and Functions/D5-Functions-Are-Objects.zip 1KB
  115. 3 - Types and Operators/C8-Booleans-Existence.zip 1KB
  116. 2 - Execution Contexts and Lexical Environments/B10-Scope-Chain.zip 1KB
  117. 4 - Objects and Functions/D14-IIF-Es.zip 1KB
  118. 4 - Objects and Functions/D12-Whitespace.zip 1KB
  119. 2 - Execution Contexts and Lexical Environments/B6-Execution.zip 1KB
  120. 2 - Execution Contexts and Lexical Environments/B5-Undefined.zip 1KB
  121. 2 - Execution Contexts and Lexical Environments/B3-Global-Environment.zip 1KB
  122. 3 - Types and Operators/C9-Default-Values.zip 1KB
  123. 2 - Execution Contexts and Lexical Environments/B4-Hoisting.zip 1KB
  124. 7 - Odds and Ends/H3-Strictmode.zip 1KB
  125. 4 - Objects and Functions/D16-Closures.zip 1KB
  126. 4 - Objects and Functions/D4-JSON.zip 1KB
  127. 2 - Execution Contexts and Lexical Environments/B11-What-About-Asynchronous-Callbacks.zip 892B
  128. 7 - Odds and Ends/H2-Typeofinstanceof.zip 837B