首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
the-complete-javascript-course
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2020-7-28 15:40
2024-11-5 10:39
120
12.85 GB
155
磁力链接
magnet:?xt=urn:btih:2f3f4669b8cebccc5d08ea9cba035f5d08c92856
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjJmM2Y0NjY5YjhjZWJjY2M1ZDA4ZWE5Y2JhMDM1ZjVkMDhjOTI4NTZaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
the-complete-javascript-course
文件列表
12 BONUS_ A Node.js Crash Course/166 The Laptop Store Project, Part 2.mp4
576.25MB
01 Course Introduction/001 Welcome to the Course!.mp4
52.6MB
01 Course Introduction/003 Setting up Our Tools.mp4
39.38MB
02 JavaScript Language Basics/004 Section Intro.mp4
8.38MB
02 JavaScript Language Basics/006 Let's start coding!.mp4
22.03MB
02 JavaScript Language Basics/007 A Brief Introduction to JavaScript.mp4
13.48MB
02 JavaScript Language Basics/008 Variables and Data Types.mp4
45.77MB
02 JavaScript Language Basics/009 Variable Mutation and Type Coercion.mp4
50.79MB
02 JavaScript Language Basics/010 Basic Operators.mp4
41.59MB
02 JavaScript Language Basics/011 Operator Precedence.mp4
84.32MB
02 JavaScript Language Basics/012 Coding Challenge 1.mp4
11.98MB
02 JavaScript Language Basics/013 Coding Challenge 1_ Solution.mp4
27.72MB
02 JavaScript Language Basics/014 If _ else Statements.mp4
40.45MB
02 JavaScript Language Basics/015 Boolean Logic.mp4
40.59MB
02 JavaScript Language Basics/016 The Ternary Operator and Switch Statements.mp4
70.9MB
02 JavaScript Language Basics/017 Truthy and Falsy Values and Equality Operators.mp4
40.85MB
02 JavaScript Language Basics/018 Coding Challenge 2.mp4
20.76MB
02 JavaScript Language Basics/019 Coding Challenge 2_ Solution.mp4
73.84MB
02 JavaScript Language Basics/020 Functions.mp4
52.58MB
02 JavaScript Language Basics/021 Function Statements and Expressions.mp4
50.06MB
02 JavaScript Language Basics/022 Arrays.mp4
56.6MB
02 JavaScript Language Basics/023 Coding Challenge 3.mp4
16.04MB
02 JavaScript Language Basics/024 Coding Challenge 3_ Solution.mp4
70.18MB
02 JavaScript Language Basics/025 Objects and Properties.mp4
41.2MB
02 JavaScript Language Basics/026 Objects and Methods.mp4
38.76MB
02 JavaScript Language Basics/027 Coding Challenge 4.mp4
12.67MB
02 JavaScript Language Basics/028 Coding Challenge 4_ Solution.mp4
79.46MB
02 JavaScript Language Basics/029 Loops and Iteration.mp4
162.15MB
02 JavaScript Language Basics/030 Coding Challenge 5.mp4
42.58MB
02 JavaScript Language Basics/031 Coding Challenge 5_ Solution, Part 1.mp4
110.04MB
02 JavaScript Language Basics/032 Coding Challenge 5_ Solution, Part 2.mp4
93.72MB
02 JavaScript Language Basics/033 JavaScript Versions_ ES5, ES6 _ ES2015 and ES6+.mp4
19.25MB
03 How JavaScript Works Behind the Scenes/034 Section Intro.mp4
9.98MB
03 How JavaScript Works Behind the Scenes/036 How Our Code Is Executed_ JavaScript Parsers and Engines.mp4
8.49MB
03 How JavaScript Works Behind the Scenes/037 Execution Contexts and the Execution Stack.mp4
17.31MB
03 How JavaScript Works Behind the Scenes/038 Execution Contexts in Detail_ Creation and Execution Phases and Hoisting.mp4
12.72MB
03 How JavaScript Works Behind the Scenes/039 Hoisting in Practice.mp4
55.98MB
03 How JavaScript Works Behind the Scenes/040 Scoping and the Scope Chain.mp4
78.17MB
03 How JavaScript Works Behind the Scenes/041 The 'this' Keyword.mp4
7.56MB
03 How JavaScript Works Behind the Scenes/042 The 'this' Keyword in Practice.mp4
54.47MB
04 JavaScript in the Browser_ DOM Manipulation and Events/043 Section Intro.mp4
7.1MB
04 JavaScript in the Browser_ DOM Manipulation and Events/045 The DOM and DOM Manipulation.mp4
10.93MB
04 JavaScript in the Browser_ DOM Manipulation and Events/046 5-Minute HTML and CSS Crash Course.mp4
88.59MB
04 JavaScript in the Browser_ DOM Manipulation and Events/047 Project Setup and Details.mp4
30.03MB
04 JavaScript in the Browser_ DOM Manipulation and Events/048 First DOM Access and Manipulation.mp4
220.85MB
04 JavaScript in the Browser_ DOM Manipulation and Events/049 Events and Event Handling_ Rolling the Dice.mp4
110.1MB
04 JavaScript in the Browser_ DOM Manipulation and Events/050 Updating Scores and Changing the Active Player.mp4
88.4MB
04 JavaScript in the Browser_ DOM Manipulation and Events/051 Implementing Our 'Hold' Function and the DRY Principle.mp4
258.75MB
04 JavaScript in the Browser_ DOM Manipulation and Events/052 Creating a Game Initialization Function.mp4
141.84MB
04 JavaScript in the Browser_ DOM Manipulation and Events/053 Finishing Touches_ State Variables.mp4
92.59MB
04 JavaScript in the Browser_ DOM Manipulation and Events/054 Coding Challenge 6.mp4
29.11MB
04 JavaScript in the Browser_ DOM Manipulation and Events/055 Coding Challenge 6_ Solution, Part 1.mp4
86.86MB
04 JavaScript in the Browser_ DOM Manipulation and Events/056 Coding Challenge 6_ Solution, Part 2.mp4
95.19MB
04 JavaScript in the Browser_ DOM Manipulation and Events/057 Coding Challenge 6_ Solution, Part 3.mp4
106.39MB
05 Advanced JavaScript_ Objects and Functions/058 Section Intro.mp4
8.85MB
05 Advanced JavaScript_ Objects and Functions/060 Everything Is an Object_ Inheritance and the Prototype Chain.mp4
32.5MB
05 Advanced JavaScript_ Objects and Functions/061 Creating Objects_ Function Constructors.mp4
72.58MB
05 Advanced JavaScript_ Objects and Functions/062 The Prototype Chain in the Console.mp4
88.83MB
05 Advanced JavaScript_ Objects and Functions/063 Creating Objects_ Object.create.mp4
53.6MB
05 Advanced JavaScript_ Objects and Functions/064 Primitives vs. Objects.mp4
43.75MB
05 Advanced JavaScript_ Objects and Functions/065 First Class Functions_ Passing Functions as Arguments.mp4
55.32MB
05 Advanced JavaScript_ Objects and Functions/066 First Class Functions_ Functions Returning Functions.mp4
48.7MB
05 Advanced JavaScript_ Objects and Functions/067 Immediately Invoked Function Expressions (IIFE).mp4
27.75MB
05 Advanced JavaScript_ Objects and Functions/068 Closures.mp4
95.02MB
05 Advanced JavaScript_ Objects and Functions/069 Bind, Call and Apply.mp4
135.74MB
05 Advanced JavaScript_ Objects and Functions/070 Coding Challenge 7.mp4
37.46MB
05 Advanced JavaScript_ Objects and Functions/071 Coding Challenge 7_ Solution, Part 1.mp4
118.17MB
05 Advanced JavaScript_ Objects and Functions/072 Coding Challenge 7_ Solution, Part 2.mp4
153.01MB
06 Putting It All Together_ The Budget App Project/073 Section Intro.mp4
5.96MB
06 Putting It All Together_ The Budget App Project/075 Project Setup and Details.mp4
44.39MB
06 Putting It All Together_ The Budget App Project/076 Project Planning and Architecture_ Step 1.mp4
24.35MB
06 Putting It All Together_ The Budget App Project/077 Implementing the Module Pattern.mp4
84.28MB
06 Putting It All Together_ The Budget App Project/078 Setting up the First Event Listeners.mp4
57.03MB
06 Putting It All Together_ The Budget App Project/079 Reading Input Data.mp4
97.24MB
06 Putting It All Together_ The Budget App Project/080 Creating an Initialization Function.mp4
25.79MB
06 Putting It All Together_ The Budget App Project/081 Creating Income and Expense Function Constructors.mp4
44.82MB
06 Putting It All Together_ The Budget App Project/082 Adding a New Item to Our Budget Controller.mp4
91.58MB
06 Putting It All Together_ The Budget App Project/083 Adding a New Item to the UI.mp4
162.5MB
06 Putting It All Together_ The Budget App Project/084 Clearing Our Input Fields.mp4
117.51MB
06 Putting It All Together_ The Budget App Project/085 Updating the Budget_ Controller.mp4
45.17MB
06 Putting It All Together_ The Budget App Project/086 Updating the Budget_ Budget Controller.mp4
194.57MB
06 Putting It All Together_ The Budget App Project/087 Updating the Budget_ UI Controller.mp4
147.4MB
06 Putting It All Together_ The Budget App Project/088 Project Planning and Architecture_ Step 2.mp4
11.99MB
06 Putting It All Together_ The Budget App Project/089 Event Delegation.mp4
21.83MB
06 Putting It All Together_ The Budget App Project/090 Setting up the Delete Event Listener Using Event Delegation.mp4
212.59MB
06 Putting It All Together_ The Budget App Project/091 Deleting an Item from Our Budget Controller.mp4
164.3MB
06 Putting It All Together_ The Budget App Project/092 Deleting an Item from the UI.mp4
85.46MB
06 Putting It All Together_ The Budget App Project/093 Project Planning and Architecture_ Step 3.mp4
10.64MB
06 Putting It All Together_ The Budget App Project/094 Updating the Percentages_ Controller.mp4
25.02MB
06 Putting It All Together_ The Budget App Project/095 Updating the Percentages_ Budget Controller.mp4
150.23MB
06 Putting It All Together_ The Budget App Project/096 Updating the Percentages_ UI Controller.mp4
112.93MB
06 Putting It All Together_ The Budget App Project/097 Formatting Our Budget Numbers_ String Manipulation.mp4
198.96MB
06 Putting It All Together_ The Budget App Project/098 Displaying the Current Month and Year.mp4
80.02MB
06 Putting It All Together_ The Budget App Project/099 Finishing Touches_ Improving the UX.mp4
121.37MB
06 Putting It All Together_ The Budget App Project/100 We’ve Made It! Final Considerations.mp4
8.21MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/101 Section Intro.mp4
5.3MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/103 What's new in ES6 _ ES2015.mp4
5.37MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/104 Variable Declarations with let and const.mp4
88.14MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/105 Blocks and IIFEs.mp4
17.97MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/106 Strings in ES6 _ ES2015.mp4
54.42MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/107 Arrow Functions_ Basics.mp4
46.15MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/108 Arrow Functions_ Lexical 'this' Keyword.mp4
110.51MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/109 Destructuring.mp4
37.48MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/110 Arrays in ES6 _ ES2015.mp4
95.74MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/111 The Spread Operator.mp4
56.75MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/112 Rest Parameters.mp4
76MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/113 Default Parameters.mp4
47.98MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/114 Maps.mp4
123.39MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/115 Classes.mp4
59.76MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/116 Classes with Subclasses.mp4
104.19MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/117 Coding Challenge 8.mp4
33.87MB
07 Next Generation JavaScript_ Intro to ES6 _ ES2015/118 Coding Challenge 8_ Solution.mp4
282.88MB
08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/119 Section Intro.mp4
3.76MB
08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/120 An Example of Asynchronous JavaScript.mp4
42.91MB
08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/121 Understanding Asynchronous JavaScript_ The Event Loop.mp4
26.5MB
08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/122 The Old Way_ Asynchronous JavaScript with Callbacks.mp4
46.8MB
08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/123 From Callback Hell to Promises.mp4
113.76MB
08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/124 From Promises to Async_Await.mp4
65.06MB
08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/125 AJAX and APIs.mp4
10.35MB
08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/126 Making AJAX Calls with Fetch and Promises.mp4
211.71MB
08 Asynchronous JavaScript_ Promises, Async_Await and AJAX/127 Making AJAX Calls with Fetch and Async_Await.mp4
78.56MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/128 Section Intro.mp4
6.01MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/129 Project Overview.mp4
58.57MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/130 An Overview of Modern JavaScript.mp4
9.79MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/131 A Brief Introduction to the Command Line.mp4
50.22MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/132 A Modern Setup_ Installing Node.js and NPM.mp4
60.18MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/134 A Modern Setup_ Configuring Webpack.mp4
87.21MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/135 A Modern Setup_ The Webpack Dev Server.mp4
127.48MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/136 A Modern Setup_ Babel.mp4
135.38MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/137 Planning our Project Architecture with MVC.mp4
6.96MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/138 How ES6 Modules Work.mp4
28.86MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/140 Making our First API Calls.mp4
187.61MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/141 Building the Search Model.mp4
29.6MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/142 Building the Search Controller.mp4
59.67MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/143 Building the Search View - Part 1.mp4
287.54MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/144 Building the Search View - Part 2.mp4
74.55MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/145 Rendering an AJAX Loading Spinner.mp4
58.49MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/146 Implementing Search Results Pagination.mp4
444.94MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/147 Building the Recipe Model - Part 1.mp4
118.25MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/148 Building the Recipe Controller.mp4
75.64MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/149 Building the Recipe Model - Part 2.mp4
490.55MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/150 Building the Recipe View - Part 1.mp4
249.5MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/151 Building the Recipe View - Part 2.mp4
300.17MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/152 Updating Recipe Servings.mp4
154.22MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/153 Building the Shopping List Model.mp4
87.28MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/154 Building the Shopping List View.mp4
66.57MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/155 Building the Shopping List Controller.mp4
128.78MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/156 Building the Likes Model.mp4
58.45MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/157 Building the Likes Controller.mp4
69.64MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/158 Building the Likes View.mp4
306.1MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/159 Implementing Persistent Data with localStorage.mp4
100.87MB
09 Modern JavaScript_ Using ES6, NPM, Babel and Webpack/160 Wrapping up_ Final Considerations.mp4
113.59MB
11 Conclusion/162 Where to Go from Here.mp4
13.48MB
12 BONUS_ A Node.js Crash Course/164 A Quick Overview of Node.js.mp4
34.49MB
12 BONUS_ A Node.js Crash Course/165 The Laptop Store Project, Part 1.mp4
201.04MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统