本站已收录 番号和无损神作磁力链接/BT种子 

the-complete-javascript-course

种子简介

种子名称: the-complete-javascript-course
文件类型: 视频
文件数目: 155个文件
文件大小: 12.85 GB
收录时间: 2020-7-28 15:40
已经下载: 3
资源热度: 119
最近下载: 2024-10-28 01:26

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:2f3f4669b8cebccc5d08ea9cba035f5d08c92856&dn=the-complete-javascript-course 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

the-complete-javascript-course.torrent
  • 12 BONUS_ A Node.js Crash Course/166 The Laptop Store Project, Part 2.mp4576.25MB
  • 01 Course Introduction/001 Welcome to the Course!.mp452.6MB
  • 01 Course Introduction/003 Setting up Our Tools.mp439.38MB
  • 02 JavaScript Language Basics/004 Section Intro.mp48.38MB
  • 02 JavaScript Language Basics/006 Let's start coding!.mp422.03MB
  • 02 JavaScript Language Basics/007 A Brief Introduction to JavaScript.mp413.48MB
  • 02 JavaScript Language Basics/008 Variables and Data Types.mp445.77MB
  • 02 JavaScript Language Basics/009 Variable Mutation and Type Coercion.mp450.79MB
  • 02 JavaScript Language Basics/010 Basic Operators.mp441.59MB
  • 02 JavaScript Language Basics/011 Operator Precedence.mp484.32MB
  • 02 JavaScript Language Basics/012 Coding Challenge 1.mp411.98MB
  • 02 JavaScript Language Basics/013 Coding Challenge 1_ Solution.mp427.72MB
  • 02 JavaScript Language Basics/014 If _ else Statements.mp440.45MB
  • 02 JavaScript Language Basics/015 Boolean Logic.mp440.59MB
  • 02 JavaScript Language Basics/016 The Ternary Operator and Switch Statements.mp470.9MB
  • 02 JavaScript Language Basics/017 Truthy and Falsy Values and Equality Operators.mp440.85MB
  • 02 JavaScript Language Basics/018 Coding Challenge 2.mp420.76MB
  • 02 JavaScript Language Basics/019 Coding Challenge 2_ Solution.mp473.84MB
  • 02 JavaScript Language Basics/020 Functions.mp452.58MB
  • 02 JavaScript Language Basics/021 Function Statements and Expressions.mp450.06MB
  • 02 JavaScript Language Basics/022 Arrays.mp456.6MB
  • 02 JavaScript Language Basics/023 Coding Challenge 3.mp416.04MB
  • 02 JavaScript Language Basics/024 Coding Challenge 3_ Solution.mp470.18MB
  • 02 JavaScript Language Basics/025 Objects and Properties.mp441.2MB
  • 02 JavaScript Language Basics/026 Objects and Methods.mp438.76MB
  • 02 JavaScript Language Basics/027 Coding Challenge 4.mp412.67MB
  • 02 JavaScript Language Basics/028 Coding Challenge 4_ Solution.mp479.46MB
  • 02 JavaScript Language Basics/029 Loops and Iteration.mp4162.15MB
  • 02 JavaScript Language Basics/030 Coding Challenge 5.mp442.58MB
  • 02 JavaScript Language Basics/031 Coding Challenge 5_ Solution, Part 1.mp4110.04MB
  • 02 JavaScript Language Basics/032 Coding Challenge 5_ Solution, Part 2.mp493.72MB
  • 02 JavaScript Language Basics/033 JavaScript Versions_ ES5, ES6 _ ES2015 and ES6+.mp419.25MB
  • 03 How JavaScript Works Behind the Scenes/034 Section Intro.mp49.98MB
  • 03 How JavaScript Works Behind the Scenes/036 How Our Code Is Executed_ JavaScript Parsers and Engines.mp48.49MB
  • 03 How JavaScript Works Behind the Scenes/037 Execution Contexts and the Execution Stack.mp417.31MB
  • 03 How JavaScript Works Behind the Scenes/038 Execution Contexts in Detail_ Creation and Execution Phases and Hoisting.mp412.72MB
  • 03 How JavaScript Works Behind the Scenes/039 Hoisting in Practice.mp455.98MB
  • 03 How JavaScript Works Behind the Scenes/040 Scoping and the Scope Chain.mp478.17MB
  • 03 How JavaScript Works Behind the Scenes/041 The 'this' Keyword.mp47.56MB
  • 03 How JavaScript Works Behind the Scenes/042 The 'this' Keyword in Practice.mp454.47MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/043 Section Intro.mp47.1MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/045 The DOM and DOM Manipulation.mp410.93MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/046 5-Minute HTML and CSS Crash Course.mp488.59MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/047 Project Setup and Details.mp430.03MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/048 First DOM Access and Manipulation.mp4220.85MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/049 Events and Event Handling_ Rolling the Dice.mp4110.1MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/050 Updating Scores and Changing the Active Player.mp488.4MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/051 Implementing Our 'Hold' Function and the DRY Principle.mp4258.75MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/052 Creating a Game Initialization Function.mp4141.84MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/053 Finishing Touches_ State Variables.mp492.59MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/054 Coding Challenge 6.mp429.11MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/055 Coding Challenge 6_ Solution, Part 1.mp486.86MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/056 Coding Challenge 6_ Solution, Part 2.mp495.19MB
  • 04 JavaScript in the Browser_ DOM Manipulation and Events/057 Coding Challenge 6_ Solution, Part 3.mp4106.39MB
  • 05 Advanced JavaScript_ Objects and Functions/058 Section Intro.mp48.85MB
  • 05 Advanced JavaScript_ Objects and Functions/060 Everything Is an Object_ Inheritance and the Prototype Chain.mp432.5MB
  • 05 Advanced JavaScript_ Objects and Functions/061 Creating Objects_ Function Constructors.mp472.58MB
  • 05 Advanced JavaScript_ Objects and Functions/062 The Prototype Chain in the Console.mp488.83MB
  • 05 Advanced JavaScript_ Objects and Functions/063 Creating Objects_ Object.create.mp453.6MB
  • 05 Advanced JavaScript_ Objects and Functions/064 Primitives vs. Objects.mp443.75MB
  • 05 Advanced JavaScript_ Objects and Functions/065 First Class Functions_ Passing Functions as Arguments.mp455.32MB
  • 05 Advanced JavaScript_ Objects and Functions/066 First Class Functions_ Functions Returning Functions.mp448.7MB
  • 05 Advanced JavaScript_ Objects and Functions/067 Immediately Invoked Function Expressions (IIFE).mp427.75MB
  • 05 Advanced JavaScript_ Objects and Functions/068 Closures.mp495.02MB
  • 05 Advanced JavaScript_ Objects and Functions/069 Bind, Call and Apply.mp4135.74MB
  • 05 Advanced JavaScript_ Objects and Functions/070 Coding Challenge 7.mp437.46MB
  • 05 Advanced JavaScript_ Objects and Functions/071 Coding Challenge 7_ Solution, Part 1.mp4118.17MB
  • 05 Advanced JavaScript_ Objects and Functions/072 Coding Challenge 7_ Solution, Part 2.mp4153.01MB
  • 06 Putting It All Together_ The Budget App Project/073 Section Intro.mp45.96MB
  • 06 Putting It All Together_ The Budget App Project/075 Project Setup and Details.mp444.39MB
  • 06 Putting It All Together_ The Budget App Project/076 Project Planning and Architecture_ Step 1.mp424.35MB
  • 06 Putting It All Together_ The Budget App Project/077 Implementing the Module Pattern.mp484.28MB
  • 06 Putting It All Together_ The Budget App Project/078 Setting up the First Event Listeners.mp457.03MB
  • 06 Putting It All Together_ The Budget App Project/079 Reading Input Data.mp497.24MB
  • 06 Putting It All Together_ The Budget App Project/080 Creating an Initialization Function.mp425.79MB
  • 06 Putting It All Together_ The Budget App Project/081 Creating Income and Expense Function Constructors.mp444.82MB
  • 06 Putting It All Together_ The Budget App Project/082 Adding a New Item to Our Budget Controller.mp491.58MB
  • 06 Putting It All Together_ The Budget App Project/083 Adding a New Item to the UI.mp4162.5MB
  • 06 Putting It All Together_ The Budget App Project/084 Clearing Our Input Fields.mp4117.51MB
  • 06 Putting It All Together_ The Budget App Project/085 Updating the Budget_ Controller.mp445.17MB
  • 06 Putting It All Together_ The Budget App Project/086 Updating the Budget_ Budget Controller.mp4194.57MB
  • 06 Putting It All Together_ The Budget App Project/087 Updating the Budget_ UI Controller.mp4147.4MB
  • 06 Putting It All Together_ The Budget App Project/088 Project Planning and Architecture_ Step 2.mp411.99MB
  • 06 Putting It All Together_ The Budget App Project/089 Event Delegation.mp421.83MB
  • 06 Putting It All Together_ The Budget App Project/090 Setting up the Delete Event Listener Using Event Delegation.mp4212.59MB
  • 06 Putting It All Together_ The Budget App Project/091 Deleting an Item from Our Budget Controller.mp4164.3MB
  • 06 Putting It All Together_ The Budget App Project/092 Deleting an Item from the UI.mp485.46MB
  • 06 Putting It All Together_ The Budget App Project/093 Project Planning and Architecture_ Step 3.mp410.64MB
  • 06 Putting It All Together_ The Budget App Project/094 Updating the Percentages_ Controller.mp425.02MB
  • 06 Putting It All Together_ The Budget App Project/095 Updating the Percentages_ Budget Controller.mp4150.23MB
  • 06 Putting It All Together_ The Budget App Project/096 Updating the Percentages_ UI Controller.mp4112.93MB
  • 06 Putting It All Together_ The Budget App Project/097 Formatting Our Budget Numbers_ String Manipulation.mp4198.96MB
  • 06 Putting It All Together_ The Budget App Project/098 Displaying the Current Month and Year.mp480.02MB
  • 06 Putting It All Together_ The Budget App Project/099 Finishing Touches_ Improving the UX.mp4121.37MB
  • 06 Putting It All Together_ The Budget App Project/100 We’ve Made It! Final Considerations.mp48.21MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/101 Section Intro.mp45.3MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/103 What's new in ES6 _ ES2015.mp45.37MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/104 Variable Declarations with let and const.mp488.14MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/105 Blocks and IIFEs.mp417.97MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/106 Strings in ES6 _ ES2015.mp454.42MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/107 Arrow Functions_ Basics.mp446.15MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/108 Arrow Functions_ Lexical 'this' Keyword.mp4110.51MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/109 Destructuring.mp437.48MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/110 Arrays in ES6 _ ES2015.mp495.74MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/111 The Spread Operator.mp456.75MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/112 Rest Parameters.mp476MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/113 Default Parameters.mp447.98MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/114 Maps.mp4123.39MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/115 Classes.mp459.76MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/116 Classes with Subclasses.mp4104.19MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/117 Coding Challenge 8.mp433.87MB
  • 07 Next Generation JavaScript_ Intro to ES6 _ ES2015/118 Coding Challenge 8_ Solution.mp4282.88MB
  • 08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/119 Section Intro.mp43.76MB
  • 08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/120 An Example of Asynchronous JavaScript.mp442.91MB
  • 08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/121 Understanding Asynchronous JavaScript_ The Event Loop.mp426.5MB
  • 08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/122 The Old Way_ Asynchronous JavaScript with Callbacks.mp446.8MB
  • 08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/123 From Callback Hell to Promises.mp4113.76MB
  • 08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/124 From Promises to Async_Await.mp465.06MB
  • 08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/125 AJAX and APIs.mp410.35MB
  • 08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/126 Making AJAX Calls with Fetch and Promises.mp4211.71MB
  • 08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/127 Making AJAX Calls with Fetch and Async_Await.mp478.56MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/128 Section Intro.mp46.01MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/129 Project Overview.mp458.57MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/130 An Overview of Modern JavaScript.mp49.79MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/131 A Brief Introduction to the Command Line.mp450.22MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/132 A Modern Setup_ Installing Node.js and NPM.mp460.18MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/134 A Modern Setup_ Configuring Webpack.mp487.21MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/135 A Modern Setup_ The Webpack Dev Server.mp4127.48MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/136 A Modern Setup_ Babel.mp4135.38MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/137 Planning our Project Architecture with MVC.mp46.96MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/138 How ES6 Modules Work.mp428.86MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/140 Making our First API Calls.mp4187.61MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/141 Building the Search Model.mp429.6MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/142 Building the Search Controller.mp459.67MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/143 Building the Search View - Part 1.mp4287.54MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/144 Building the Search View - Part 2.mp474.55MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/145 Rendering an AJAX Loading Spinner.mp458.49MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/146 Implementing Search Results Pagination.mp4444.94MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/147 Building the Recipe Model - Part 1.mp4118.25MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/148 Building the Recipe Controller.mp475.64MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/149 Building the Recipe Model - Part 2.mp4490.55MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/150 Building the Recipe View - Part 1.mp4249.5MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/151 Building the Recipe View - Part 2.mp4300.17MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/152 Updating Recipe Servings.mp4154.22MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/153 Building the Shopping List Model.mp487.28MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/154 Building the Shopping List View.mp466.57MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/155 Building the Shopping List Controller.mp4128.78MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/156 Building the Likes Model.mp458.45MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/157 Building the Likes Controller.mp469.64MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/158 Building the Likes View.mp4306.1MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/159 Implementing Persistent Data with localStorage.mp4100.87MB
  • 09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/160 Wrapping up_ Final Considerations.mp4113.59MB
  • 11 Conclusion/162 Where to Go from Here.mp413.48MB
  • 12 BONUS_ A Node.js Crash Course/164 A Quick Overview of Node.js.mp434.49MB
  • 12 BONUS_ A Node.js Crash Course/165 The Laptop Store Project, Part 1.mp4201.04MB