首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[GigaCourse.Com] Udemy - Modern JavaScript (Complete guide, from Novice to Ninja)
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2023-1-30 20:39
2024-11-10 14:25
862
8.23 GB
188
磁力链接
magnet:?xt=urn:btih:bd512844a6756930cc97dbfb968e08f3edb44df4
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmJkNTEyODQ0YTY3NTY5MzBjYzk3ZGJmYjk2OGUwOGYzZWRiNDRkZjRaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
GigaCourse
Com
Udemy
-
Modern
JavaScript
Complete
guide
from
Novice
to
Ninja
文件列表
01 Introduction/001 Why You Should Take This Course.mp4
35.05MB
01 Introduction/002 Why JavaScript is Amazing.mp4
8.6MB
01 Introduction/003 Setting up Your Environment.mp4
31.87MB
01 Introduction/004 Course Files.mp4
6.49MB
02 JavaScript Basics/001 Adding JavaScript to a Web Page.mp4
14.87MB
02 JavaScript Basics/002 The Browser Console.mp4
6.57MB
02 JavaScript Basics/003 Variables, Constants & Comments.mp4
23.56MB
02 JavaScript Basics/004 Data Types at a Glance.mp4
16.71MB
02 JavaScript Basics/005 Strings.mp4
78.81MB
02 JavaScript Basics/006 Common String Methods.mp4
15.29MB
02 JavaScript Basics/007 Numbers.mp4
38.22MB
02 JavaScript Basics/008 Template Strings.mp4
19.77MB
02 JavaScript Basics/009 Arrays.mp4
28.08MB
02 JavaScript Basics/010 Null & Undefined.mp4
10.07MB
02 JavaScript Basics/011 Booleans & Comparisons.mp4
31.98MB
02 JavaScript Basics/012 Loose vs Strict Comparison.mp4
12.21MB
02 JavaScript Basics/013 Type Conversion.mp4
14.55MB
03 Control Flow Basics/001 What is Control Flow_.mp4
4.53MB
03 Control Flow Basics/002 For Loops.mp4
25.16MB
03 Control Flow Basics/003 While Loops.mp4
11.23MB
03 Control Flow Basics/004 Do While Loops.mp4
6.8MB
03 Control Flow Basics/005 If Statements.mp4
14.46MB
03 Control Flow Basics/006 Else & Else If.mp4
13.59MB
03 Control Flow Basics/007 Logical Operators.mp4
50.97MB
03 Control Flow Basics/008 Logical NOT.mp4
8.37MB
03 Control Flow Basics/009 Break & Continue.mp4
13.21MB
03 Control Flow Basics/010 Switch Statements.mp4
18.8MB
03 Control Flow Basics/011 Variables & Block Scope.mp4
31.99MB
04 Functions & Methods/001 What are Functions_.mp4
11.07MB
04 Functions & Methods/002 Function Declarations & Expressions.mp4
18.99MB
04 Functions & Methods/003 Arguments & Parameters.mp4
13.71MB
04 Functions & Methods/004 Returning Values.mp4
14.11MB
04 Functions & Methods/005 Arrow Functions.mp4
31.94MB
04 Functions & Methods/006 Functions vs Methods.mp4
9.91MB
04 Functions & Methods/007 Foreach Method & Callbacks.mp4
26.56MB
04 Functions & Methods/008 Callback Functions in Action.mp4
14.7MB
05 Object Literals/001 Objects at a Glance.mp4
8.44MB
05 Object Literals/002 Creating an Object Literal.mp4
23.67MB
05 Object Literals/003 Adding Methods.mp4
11.08MB
05 Object Literals/004 'this' Keyword.mp4
58.16MB
05 Object Literals/005 Objects in Arrays.mp4
35.55MB
05 Object Literals/006 Math Object.mp4
25.49MB
05 Object Literals/007 Primitive vs Reference Types.mp4
33.18MB
06 The Document Object Model/001 Interacting with the Browser.mp4
7.01MB
06 The Document Object Model/002 The DOM Explained.mp4
15.91MB
06 The Document Object Model/003 The Query Selector.mp4
31.54MB
06 The Document Object Model/004 Other Ways to Query the DOM.mp4
19.44MB
06 The Document Object Model/005 Adding & Changing Page Content.mp4
48.39MB
06 The Document Object Model/006 Getting & Setting Attributes.mp4
42.56MB
06 The Document Object Model/007 Changing CSS Styles.mp4
26.28MB
06 The Document Object Model/008 Adding & Removing Classes.mp4
91.18MB
06 The Document Object Model/009 Parents, Children & Siblings.mp4
88.07MB
06 The Document Object Model/010 Event Basics (click events).mp4
33.16MB
06 The Document Object Model/011 Creating & Removing Elements.mp4
38.28MB
06 The Document Object Model/012 Event Bubbling (and delegation).mp4
137.45MB
06 The Document Object Model/013 More DOM Events.mp4
98.22MB
06 The Document Object Model/014 Building a Popup.mp4
34.72MB
07 Forms & Form Events/001 Events Inside Forms.mp4
4.68MB
07 Forms & Form Events/002 Submit Events.mp4
30.86MB
07 Forms & Form Events/003 Regular Expressions.mp4
29.61MB
07 Forms & Form Events/004 Testing RegEx Patterns.mp4
35.84MB
07 Forms & Form Events/005 Basic Form Validation.mp4
21.5MB
07 Forms & Form Events/006 Keyboard Events.mp4
93.75MB
08 Project - Interactive Ninja Quiz/001 Project Preview & Setup.mp4
5.57MB
08 Project - Interactive Ninja Quiz/002 Bootstrap Basics.mp4
65.1MB
08 Project - Interactive Ninja Quiz/003 HTML Template.mp4
166.9MB
08 Project - Interactive Ninja Quiz/004 Checking Answers.mp4
76.01MB
08 Project - Interactive Ninja Quiz/005 Showing the Score.mp4
56.79MB
08 Project - Interactive Ninja Quiz/006 The Window Object.mp4
79.35MB
08 Project - Interactive Ninja Quiz/007 Intervals & Animating the Score.mp4
66.18MB
09 Array Methods/001 Filter Method.mp4
24.85MB
09 Array Methods/002 Map Method.mp4
61.02MB
09 Array Methods/003 Reduce Method.mp4
60.23MB
09 Array Methods/004 Find Method.mp4
8.26MB
09 Array Methods/005 Sort Method.mp4
40.1MB
09 Array Methods/006 Chaining Array Methods.mp4
24.01MB
10 Project - Todo List/001 Project Preview and Setup.mp4
13.83MB
10 Project - Todo List/002 HTML & CSS Template.mp4
71.06MB
10 Project - Todo List/003 Adding Todos.mp4
38.96MB
10 Project - Todo List/004 Deleting Todos.mp4
21.68MB
10 Project - Todo List/005 Searching & Filtering Todos.mp4
237.31MB
11 Dates & Times/001 Dates & Times in JavaScript.mp4
32.83MB
11 Dates & Times/002 Timestamps & Comparisons.mp4
24.33MB
11 Dates & Times/003 Building a Digital Clock.mp4
32.83MB
11 Dates & Times/004 Date-fns Library.mp4
72.91MB
12 Async JavaScript/001 What is Asynchronous JavaScript_.mp4
18.94MB
12 Async JavaScript/002 Async Code in Action.mp4
7.4MB
12 Async JavaScript/003 What are HTTP Requests_.mp4
12.77MB
12 Async JavaScript/004 Making HTTP Requests (XHR).mp4
65.92MB
12 Async JavaScript/005 Response Status.mp4
60.14MB
12 Async JavaScript/006 Callback Functions.mp4
44.44MB
12 Async JavaScript/007 JSON Data.mp4
37.74MB
12 Async JavaScript/008 Callback Hell.mp4
52.6MB
12 Async JavaScript/009 Promise Basics.mp4
48.16MB
12 Async JavaScript/010 Chaining Promises.mp4
35.62MB
12 Async JavaScript/011 The Fetch API.mp4
27.88MB
12 Async JavaScript/012 Async & Await.mp4
62.38MB
12 Async JavaScript/013 Throwing & Catching Errors.mp4
18.47MB
13 Project - Weather App/001 Project Preview & Setup.mp4
23.45MB
13 Project - Weather App/002 HTML & CSS Template.mp4
120.96MB
13 Project - Weather App/003 AccuWeather API.mp4
58.36MB
13 Project - Weather App/004 Get City API Call.mp4
52.48MB
13 Project - Weather App/005 Get Weather API Call.mp4
111.34MB
13 Project - Weather App/006 Updating the Location.mp4
58.82MB
13 Project - Weather App/007 Object Shorthand Notation.mp4
7.93MB
13 Project - Weather App/008 Updating the UI.mp4
79.83MB
13 Project - Weather App/009 Destructuring.mp4
19.06MB
13 Project - Weather App/010 Weather Icons & images.mp4
147.64MB
13 Project - Weather App/011 Ternary Operator.mp4
20.16MB
14 Local Storage/001 What is Local Storage_.mp4
28.07MB
14 Local Storage/002 Storing & Getting Data.mp4
23.35MB
14 Local Storage/003 Deleting Storage Data.mp4
10.58MB
14 Local Storage/004 Stringifying & Parsing Data.mp4
16.34MB
14 Local Storage/005 Updating the Weather App.mp4
62.05MB
15 Object Oriented JavaScript/001 What is OOP_.mp4
25.98MB
15 Object Oriented JavaScript/002 Object Literal Recap.mp4
19.01MB
15 Object Oriented JavaScript/003 Classes.mp4
14.46MB
15 Object Oriented JavaScript/004 Class Constructors.mp4
36.22MB
15 Object Oriented JavaScript/005 Class Methods & Method Chaining.mp4
44.51MB
15 Object Oriented JavaScript/006 Class Inheritance (subclasses).mp4
47.06MB
15 Object Oriented JavaScript/007 Super( ).mp4
23.38MB
15 Object Oriented JavaScript/008 Constructors (under the hood).mp4
21.61MB
15 Object Oriented JavaScript/009 Prototype Model.mp4
115.84MB
15 Object Oriented JavaScript/010 Prototypal Inheritance.mp4
144.43MB
15 Object Oriented JavaScript/011 Built-in Objects.mp4
14.4MB
15 Object Oriented JavaScript/012 Making a Forecast Class (weather app).mp4
130.18MB
16 Databases (Firebase)/001 NoSQL Databases.mp4
15.3MB
16 Databases (Firebase)/002 Firebase & Firestore.mp4
41.48MB
16 Databases (Firebase)/003 Connecting to Firestore.mp4
81.19MB
16 Databases (Firebase)/004 Getting Collections.mp4
60.52MB
16 Databases (Firebase)/005 Saving Documents.mp4
71.18MB
16 Databases (Firebase)/006 Deleting Documents.mp4
92.3MB
16 Databases (Firebase)/007 Real-time Listeners.mp4
134.59MB
16 Databases (Firebase)/008 Unsubscribing.mp4
57.17MB
17 Project - Real-time Chatroom/001 Project Preview & Setup.mp4
14.51MB
17 Project - Real-time Chatroom/002 HTML Template.mp4
36.21MB
17 Project - Real-time Chatroom/003 Connecting to Firebase.mp4
56.88MB
17 Project - Real-time Chatroom/004 Chatroom Class & Adding Chats.mp4
114.06MB
17 Project - Real-time Chatroom/005 Setting up a Real-time Listener.mp4
58.85MB
17 Project - Real-time Chatroom/006 Complex Queries.mp4
84.34MB
17 Project - Real-time Chatroom/007 Updating the Room & Username.mp4
58.14MB
17 Project - Real-time Chatroom/008 Creating a ChatUI Class.mp4
58.06MB
17 Project - Real-time Chatroom/009 Formatting the Dates.mp4
19.12MB
17 Project - Real-time Chatroom/010 Sending New Chats.mp4
40.65MB
17 Project - Real-time Chatroom/011 Changing Username & Local Storage.mp4
68.24MB
17 Project - Real-time Chatroom/012 Updating the Room.mp4
89.48MB
17 Project - Real-time Chatroom/013 Testing the App.mp4
11.82MB
18 More ES6 Features/001 Spread & Rest.mp4
63MB
18 More ES6 Features/002 Sets.mp4
63.82MB
18 More ES6 Features/003 Symbols.mp4
19.02MB
19 Modern Workflow with Babel & Webpack/001 Modern Feature Support.mp4
37.07MB
19 Modern Workflow with Babel & Webpack/002 An Introduction to Babel.mp4
18.71MB
19 Modern Workflow with Babel & Webpack/003 Installing Node.js & Babel.mp4
38.92MB
19 Modern Workflow with Babel & Webpack/004 Using the Babel CLI.mp4
21.54MB
19 Modern Workflow with Babel & Webpack/005 NPM Scripts & Watching Files.mp4
69.34MB
19 Modern Workflow with Babel & Webpack/006 What is Webpack_.mp4
7.07MB
19 Modern Workflow with Babel & Webpack/007 Setting up a Webpack File.mp4
18.29MB
19 Modern Workflow with Babel & Webpack/008 Webpack CLI.mp4
22.02MB
19 Modern Workflow with Babel & Webpack/009 Introduction to Modules.mp4
129.63MB
19 Modern Workflow with Babel & Webpack/010 Default Exports.mp4
38.99MB
19 Modern Workflow with Babel & Webpack/011 Watching for Changes.mp4
8.51MB
19 Modern Workflow with Babel & Webpack/012 The Webpack Dev Server.mp4
33.77MB
19 Modern Workflow with Babel & Webpack/013 Production & Development Modes.mp4
23.41MB
19 Modern Workflow with Babel & Webpack/014 Babel & Webpack Together.mp4
42.36MB
19 Modern Workflow with Babel & Webpack/015 Webpack Boilerplate.mp4
21.73MB
20 Project - UI Library/001 Project Preview & Setup.mp4
37.35MB
20 Project - UI Library/002 CSS & Style Loaders (webpack).mp4
24.01MB
20 Project - UI Library/003 Tooltips.mp4
146.6MB
20 Project - UI Library/004 Dropdowns.mp4
141.58MB
20 Project - UI Library/005 Tabbed Content.mp4
285.53MB
20 Project - UI Library/006 Snackbars.mp4
56.14MB
20 Project - UI Library/007 Extending the Library.mp4
6.04MB
21 Using Firebase Database (& Auth) Version 9/001 What's New in Firebase 9_.mp4
45.35MB
21 Using Firebase Database (& Auth) Version 9/002 Webpack Setup.mp4
62.18MB
21 Using Firebase Database (& Auth) Version 9/003 Creating a Firebase Project.mp4
22.75MB
21 Using Firebase Database (& Auth) Version 9/004 Firestore Setup & Fetching Data.mp4
57.53MB
21 Using Firebase Database (& Auth) Version 9/005 Adding & Deleting Documents.mp4
89.81MB
21 Using Firebase Database (& Auth) Version 9/006 Real Time Collection Data.mp4
20.42MB
21 Using Firebase Database (& Auth) Version 9/007 Firestore Queries.mp4
18.98MB
21 Using Firebase Database (& Auth) Version 9/008 Timestamps & Ordering Data.mp4
75.48MB
21 Using Firebase Database (& Auth) Version 9/009 Fetching Single Documents.mp4
43.57MB
21 Using Firebase Database (& Auth) Version 9/010 Updating Documents.mp4
36.62MB
21 Using Firebase Database (& Auth) Version 9/011 Firebase Auth Setup.mp4
27.92MB
21 Using Firebase Database (& Auth) Version 9/012 Signing Users Up.mp4
35.75MB
21 Using Firebase Database (& Auth) Version 9/013 Logging In & Logging Out.mp4
69.82MB
21 Using Firebase Database (& Auth) Version 9/014 Listening to Auth Changes.mp4
17.97MB
21 Using Firebase Database (& Auth) Version 9/015 Unsubscribing from Changes.mp4
31.69MB
22 Next Steps/001 Bonus Lecture_ Next Steps.mp4
21.29MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统