Общая информация
Название [11-2021] the-complete-javascript-course
Тип
Размер 36.27Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
001 Course Structure and Projects.en_US.srt 7.14Кб
001 Course Structure and Projects.mp4 50.82Мб
002 Watch Before You Start!.en_US.srt 8.71Кб
002 Watch Before You Start!.mp4 33.39Мб
003 course-material-v2.1.zip 28.43Мб
003 Download-all-starter-code.txt 63б
003 Read Before You Start!.html 2.36Кб
004 migration-guide.pdf 314.39Кб
004 Migration Guide to v2 + Old Course.html 4.51Кб
005 Setting Up Our Code Editor.en_US.srt 11.62Кб
005 Setting Up Our Code Editor.mp4 51.09Мб
006 Section Intro.en_US.srt 1.12Кб
006 Section Intro.mp4 8.79Мб
007 Hello World!.en_US.srt 8.49Кб
007 Hello World!.mp4 16.18Мб
008 A Brief Introduction to JavaScript.en_US.srt 17.44Кб
008 A Brief Introduction to JavaScript.mp4 48.64Мб
008 theory-lectures-v2.pdf 29.38Мб
009 Linking a JavaScript File.en_US.srt 21.55Кб
009 Linking a JavaScript File.mp4 79.87Мб
010 Values and Variables.en_US.srt 21.89Кб
010 Values and Variables.mp4 89.90Мб
011 assignments-js-fundamentals.pdf 1.61Мб
011 Practice Assignments.html 1.08Кб
012 Data Types.en_US.srt 25.67Кб
012 Data Types.mp4 111.05Мб
013 let, const and var.en_US.srt 13.51Кб
013 let, const and var.mp4 54.34Мб
014 Basic Operators.en_US.srt 25.17Кб
014 Basic Operators.mp4 122.46Мб
015 Operator Precedence.en_US.srt 15.44Кб
015 Operator Precedence.mp4 95.80Мб
016 all-coding-challenges.pdf 1.88Мб
016 Coding Challenge #1.en_US.srt 14.50Кб
016 Coding Challenge #1.mp4 76.94Мб
017 Strings and Template Literals.en_US.srt 15.92Кб
017 Strings and Template Literals.mp4 67.32Мб
018 Taking Decisions_ if _ else Statements.en_US.srt 18.03Кб
018 Taking Decisions_ if _ else Statements.mp4 65.40Мб
019 Coding Challenge #2.en_US.srt 7.13Кб
019 Coding Challenge #2.mp4 48.94Мб
020 Type Conversion and Coercion.en_US.srt 24.05Кб
020 Type Conversion and Coercion.mp4 91.62Мб
021 Truthy and Falsy Values.en_US.srt 13.59Кб
021 Truthy and Falsy Values.mp4 47.38Мб
022 Equality Operators_ == vs. ===.en_US.srt 22.68Кб
022 Equality Operators_ == vs. ===.mp4 88.49Мб
023 Boolean Logic.en_US.srt 13.49Кб
023 Boolean Logic.mp4 32.22Мб
024 Logical Operators.en_US.srt 13.26Кб
024 Logical Operators.mp4 73.24Мб
025 Coding Challenge #3.en_US.srt 19.47Кб
025 Coding Challenge #3.mp4 171.79Мб
026 The switch Statement.en_US.srt 15.79Кб
026 The switch Statement.mp4 96.67Мб
027 Statements and Expressions.en_US.srt 8.92Кб
027 Statements and Expressions.mp4 31.83Мб
028 The Conditional (Ternary) Operator.en_US.srt 13.40Кб
028 The Conditional (Ternary) Operator.mp4 55.45Мб
029 Coding Challenge #4.en_US.srt 11.54Кб
029 Coding Challenge #4.mp4 95.87Мб
030 JavaScript Releases_ ES5, ES6+ and ESNext.en_US.srt 22.01Кб
030 JavaScript Releases_ ES5, ES6+ and ESNext.mp4 63.63Мб
031 Section Intro.en_US.srt 803б
031 Section Intro.mp4 4.37Мб
032 Activating Strict Mode.en_US.srt 14.60Кб
032 Activating Strict Mode.mp4 41.70Мб
033 Functions.en_US.srt 26.49Кб
033 Functions.mp4 116.97Мб
034 Function Declarations vs. Expressions.en_US.srt 14.42Кб
034 Function Declarations vs. Expressions.mp4 38.93Мб
035 Arrow Functions.en_US.srt 14.00Кб
035 Arrow Functions.mp4 51.51Мб
036 Functions Calling Other Functions.en_US.srt 14.21Кб
036 Functions Calling Other Functions.mp4 82.37Мб
037 Reviewing Functions.en_US.srt 22.54Кб
037 Reviewing Functions.mp4 104.77Мб
038 Coding Challenge #1.en_US.srt 24.18Кб
038 Coding Challenge #1.mp4 189.71Мб
039 Introduction to Arrays.en_US.srt 30.57Кб
039 Introduction to Arrays.mp4 179.19Мб
040 Basic Array Operations (Methods).en_US.srt 14.95Кб
040 Basic Array Operations (Methods).mp4 120.34Мб
041 Coding Challenge #2.en_US.srt 12.09Кб
041 Coding Challenge #2.mp4 107.52Мб
042 Introduction to Objects.en_US.srt 8.79Кб
042 Introduction to Objects.mp4 31.49Мб
043 Dot vs. Bracket Notation.en_US.srt 25.50Кб
043 Dot vs. Bracket Notation.mp4 201.41Мб
044 Object Methods.en_US.srt 30.78Кб
044 Object Methods.mp4 218.45Мб
045 Coding Challenge #3.en_US.srt 15.50Кб
045 Coding Challenge #3.mp4 125.35Мб
046 Iteration_ The for Loop.en_US.srt 14.91Кб
046 Iteration_ The for Loop.mp4 83.95Мб
047 Looping Arrays, Breaking and Continuing.en_US.srt 31.59Кб
047 Looping Arrays, Breaking and Continuing.mp4 219.58Мб
048 Looping Backwards and Loops in Loops.en_US.srt 14.83Кб
048 Looping Backwards and Loops in Loops.mp4 106.77Мб
049 The while Loop.en_US.srt 15.66Кб
049 The while Loop.mp4 71.01Мб
050 Coding Challenge #4.en_US.srt 21.40Кб
050 Coding Challenge #4.mp4 143.40Мб
051 Pathways and Section Roadmaps.en_US.srt 5.85Кб
051 Pathways and Section Roadmaps.mp4 25.54Мб
052 Course Pathways.html 675б
052 pathways.pdf 4.56Мб
053 Section Intro.en_US.srt 785б
053 Section Intro.mp4 4.88Мб
054 Get-starter-code-if-you-havent-yet-.txt 63б
054 Section Roadmap.html 1.21Кб
055 Setting up Prettier and VS Code.en_US.srt 24.54Кб
055 Setting up Prettier and VS Code.mp4 99.00Мб
056 Installing Node.js and Setting Up a Dev Environment.en_US.srt 16.03Кб
056 Installing Node.js and Setting Up a Dev Environment.mp4 75.71Мб
057 Learning How to Code.en_US.srt 27.00Кб
057 Learning How to Code.mp4 101.77Мб
058 How to Think Like a Developer_ Become a Problem Solver!.en_US.srt 15.92Кб
058 How to Think Like a Developer_ Become a Problem Solver!.mp4 58.65Мб
059 Using Google, StackOverflow and MDN.en_US.srt 33.46Кб
059 Using Google, StackOverflow and MDN.mp4 204.27Мб
060 Debugging (Fixing Errors).en_US.srt 7.56Кб
060 Debugging (Fixing Errors).mp4 20.00Мб
061 Debugging with the Console and Breakpoints.en_US.srt 25.79Кб
061 Debugging with the Console and Breakpoints.mp4 148.30Мб
062 Coding Challenge #1.en_US.srt 19.58Кб
062 Coding Challenge #1.mp4 149.00Мб
063 Section Intro.en_US.srt 863б
063 Section Intro.mp4 4.86Мб
064 Basic HTML Structure and Elements.en_US.srt 13.15Кб
064 Basic HTML Structure and Elements.mp4 41.12Мб
065 Attributes, Classes and IDs.en_US.srt 18.45Кб
065 Attributes, Classes and IDs.mp4 84.55Мб
066 Basic Styling with CSS.en_US.srt 17.50Кб
066 Basic Styling with CSS.mp4 109.28Мб
067 Introduction to the CSS Box Model.en_US.srt 30.03Кб
067 Introduction to the CSS Box Model.mp4 190.41Мб
068 Section Intro.en_US.srt 1.10Кб
068 Section Intro.mp4 5.89Мб
069 Get-starter-code-if-you-havent-yet-.txt 63б
069 Section Roadmap.html 1.40Кб
070 PROJECT #1_ Guess My Number!.en_US.srt 13.51Кб
070 PROJECT #1_ Guess My Number!.mp4 38.95Мб
071 What's the DOM and DOM Manipulation.en_US.srt 9.42Кб
071 What's the DOM and DOM Manipulation.mp4 25.04Мб
072 Selecting and Manipulating Elements.en_US.srt 11.53Кб
072 Selecting and Manipulating Elements.mp4 53.87Мб
073 Handling Click Events.en_US.srt 18.77Кб
073 Handling Click Events.mp4 123.33Мб
074 Implementing the Game Logic.en_US.srt 25.04Кб
074 Implementing the Game Logic.mp4 205.40Мб
075 Manipulating CSS Styles.en_US.srt 12.20Кб
075 Manipulating CSS Styles.mp4 104.22Мб
076 Coding Challenge #1.en_US.srt 15.73Кб
076 Coding Challenge #1.mp4 80.56Мб
077 Implementing Highscores.en_US.srt 9.94Кб
077 Implementing Highscores.mp4 91.69Мб
078 Refactoring Our Code_ The DRY Principle.en_US.srt 19.54Кб
078 Refactoring Our Code_ The DRY Principle.mp4 113.63Мб
079 PROJECT #2_ Modal Window.en_US.srt 18.62Кб
079 PROJECT #2_ Modal Window.mp4 92.32Мб
080 Working With Classes.en_US.srt 24.93Кб
080 Working With Classes.mp4 256.64Мб
081 Handling an _Esc_ Keypress Event.en_US.srt 20.84Кб
081 Handling an _Esc_ Keypress Event.mp4 132.81Мб
082 PROJECT #3_ Pig Game.en_US.srt 24.15Кб
082 PROJECT #3_ Pig Game.mp4 85.17Мб
083 Rolling the Dice.en_US.srt 20.04Кб
083 Rolling the Dice.mp4 87.99Мб
084 Switching the Active Player.en_US.srt 19.65Кб
084 Switching the Active Player.mp4 81.69Мб
085 Holding Current Score.en_US.srt 33.10Кб
085 Holding Current Score.mp4 297.89Мб
086 Resetting the Game.en_US.srt 21.28Кб
086 Resetting the Game.mp4 105.06Мб
087 Section Intro.en_US.srt 2.01Кб
087 Section Intro.mp4 16.76Мб
088 Get-starter-code-if-you-havent-yet-.txt 63б
088 Section Roadmap.html 1.40Кб
089 An High-Level Overview of JavaScript.en_US.srt 17.28Кб
089 An High-Level Overview of JavaScript.mp4 58.21Мб
090 The JavaScript Engine and Runtime.en_US.srt 19.45Кб
090 The JavaScript Engine and Runtime.mp4 59.13Мб
091 Execution Contexts and The Call Stack.en_US.srt 25.42Кб
091 Execution Contexts and The Call Stack.mp4 67.45Мб
092 Scope and The Scope Chain.en_US.srt 36.12Кб
092 Scope and The Scope Chain.mp4 127.92Мб
093 Scoping in Practice.en_US.srt 30.83Кб
093 Scoping in Practice.mp4 99.25Мб
094 Variable Environment_ Hoisting and The TDZ.en_US.srt 16.44Кб
094 Variable Environment_ Hoisting and The TDZ.mp4 48.98Мб
095 Hoisting and TDZ in Practice.en_US.srt 19.21Кб
095 Hoisting and TDZ in Practice.mp4 85.17Мб
096 The this Keyword.en_US.srt 10.52Кб
096 The this Keyword.mp4 31.66Мб
097 The this Keyword in Practice.en_US.srt 18.11Кб
097 The this Keyword in Practice.mp4 87.32Мб
098 Regular Functions vs. Arrow Functions.en_US.srt 23.10Кб
098 Regular Functions vs. Arrow Functions.mp4 128.02Мб
099 Primitives vs. Objects (Primitive vs. Reference Types).en_US.srt 21.22Кб
099 Primitives vs. Objects (Primitive vs. Reference Types).mp4 58.63Мб
100 Primitives vs. Objects in Practice.en_US.srt 19.85Кб
100 Primitives vs. Objects in Practice.mp4 92.94Мб
101 Section Intro.en_US.srt 1.09Кб
101 Section Intro.mp4 9.31Мб
102 Get-starter-code-if-you-havent-yet-.txt 63б
102 Section Roadmap.html 1.22Кб
103 Destructuring Arrays.en_US.srt 25.16Кб
103 Destructuring Arrays.mp4 93.08Мб
104 Destructuring Objects.en_US.srt 25.90Кб
104 Destructuring Objects.mp4 160.27Мб
105 The Spread Operator (...).en_US.srt 27.96Кб
105 The Spread Operator (...).mp4 241.97Мб
106 Rest Pattern and Parameters.en_US.srt 23.85Кб
106 Rest Pattern and Parameters.mp4 126.76Мб
107 Short Circuiting (&& and __).en_US.srt 21.75Кб
107 Short Circuiting (&& and __).mp4 123.58Мб
108 The Nullish Coalescing Operator (__).en_US.srt 4.57Кб
108 The Nullish Coalescing Operator (__).mp4 36.79Мб
109 Logical Assignment Operators.en_US.srt 15.90Кб
109 Logical Assignment Operators.mp4 88.07Мб
110 Coding Challenge #1.en_US.srt 20.36Кб
110 Coding Challenge #1.mp4 197.09Мб
111 Looping Arrays_ The for-of Loop.en_US.srt 10.25Кб
111 Looping Arrays_ The for-of Loop.mp4 85.26Мб
112 Enhanced Object Literals.en_US.srt 8.44Кб
112 Enhanced Object Literals.mp4 84.51Мб
113 Optional Chaining (_.).en_US.srt 21.31Кб
113 Optional Chaining (_.).mp4 181.17Мб
114 Looping Objects_ Object Keys, Values, and Entries.en_US.srt 13.08Кб
114 Looping Objects_ Object Keys, Values, and Entries.mp4 121.56Мб
115 Coding Challenge #2.en_US.srt 18.40Кб
115 Coding Challenge #2.mp4 171.56Мб
116 Sets.en_US.srt 18.51Кб
116 Sets.mp4 159.31Мб
117 Maps_ Fundamentals.en_US.srt 18.47Кб
117 Maps_ Fundamentals.mp4 114.52Мб
118 Maps_ Iteration.en_US.srt 16.94Кб
118 Maps_ Iteration.mp4 109.37Мб
119 Summary_ Which Data Structure to Use_.en_US.srt 13.24Кб
119 Summary_ Which Data Structure to Use_.mp4 52.97Мб
120 Coding Challenge #3.en_US.srt 11.51Кб
120 Coding Challenge #3.mp4 121.86Мб
121 Working With Strings - Part 1.en_US.srt 22.01Кб
121 Working With Strings - Part 1.mp4 94.72Мб
122 Working With Strings - Part 2.en_US.srt 6.87Кб
122 Working With Strings - Part 2.mp4 184.03Мб
123 Working With Strings - Part 3.en_US.srt 27.51Кб
123 Working With Strings - Part 3.mp4 264.12Мб
124 Coding Challenge #4.en_US.srt 18.11Кб
124 Coding Challenge #4.mp4 130.33Мб
125 String Methods Practice.en_US.srt 20.45Кб
125 String Methods Practice.mp4 211.96Мб
126 Section Intro.en_US.srt 1021б
126 Section Intro.mp4 8.69Мб
127 Get-starter-code-if-you-havent-yet-.txt 63б
127 Section Roadmap.html 1.20Кб
128 Default Parameters.en_US.srt 12.18Кб
128 Default Parameters.mp4 58.12Мб
129 How Passing Arguments Works_ Value vs. Reference.en_US.srt 18.11Кб
129 How Passing Arguments Works_ Value vs. Reference.mp4 88.48Мб
130 First-Class and Higher-Order Functions.en_US.srt 8.27Кб
130 First-Class and Higher-Order Functions.mp4 31.44Мб
131 Functions Accepting Callback Functions.en_US.srt 21.50Кб
131 Functions Accepting Callback Functions.mp4 154.98Мб
132 Functions Returning Functions.en_US.srt 8.86Кб
132 Functions Returning Functions.mp4 38.08Мб
133 The call and apply Methods.en_US.srt 22.35Кб
133 The call and apply Methods.mp4 171.26Мб
134 The bind Method.en_US.srt 27.80Кб
134 The bind Method.mp4 166.72Мб
135 Coding Challenge #1.en_US.srt 24.32Кб
135 Coding Challenge #1.mp4 150.63Мб
136 Immediately Invoked Function Expressions (IIFE).en_US.srt 11.31Кб
136 Immediately Invoked Function Expressions (IIFE).mp4 46.60Мб
137 Closures.en_US.srt 27.70Кб
137 Closures.mp4 146.20Мб
138 More Closure Examples.en_US.srt 18.99Кб
138 More Closure Examples.mp4 108.55Мб
139 Coding Challenge #2.en_US.srt 7.43Кб
139 Coding Challenge #2.mp4 48.69Мб
140 Section Intro.en_US.srt 1.08Кб
140 Section Intro.mp4 9.15Мб
141 Get-starter-code-if-you-havent-yet-.txt 63б
141 Section Roadmap.html 1.43Кб
142 Simple Array Methods.en_US.srt 20.94Кб
142 Simple Array Methods.mp4 99.74Мб
143 The new at Method.en_US.srt 8.16Кб
143 The new at Method.mp4 27.26Мб
144 Looping Arrays_ forEach.en_US.srt 18.23Кб
144 Looping Arrays_ forEach.mp4 136.38Мб
145 forEach With Maps and Sets.en_US.srt 6.52Кб
145 forEach With Maps and Sets.mp4 32.86Мб
146 PROJECT_ _Bankist_ App.en_US.srt 14.02Кб
146 PROJECT_ _Bankist_ App.mp4 74.27Мб
147 Creating DOM Elements.en_US.srt 26.00Кб
147 Creating DOM Elements.mp4 157.92Мб
148 Coding Challenge #1.en_US.srt 9.62Кб
148 Coding Challenge #1.mp4 93.32Мб
149 Data Transformations_ map, filter, reduce.en_US.srt 6.61Кб
149 Data Transformations_ map, filter, reduce.mp4 19.66Мб
150 The map Method.en_US.srt 20.52Кб
150 The map Method.mp4 121.54Мб
151 Computing Usernames.en_US.srt 15.96Кб
151 Computing Usernames.mp4 93.24Мб
152 The filter Method.en_US.srt 7.91Кб
152 The filter Method.mp4 58.04Мб
153 The reduce Method.en_US.srt 27.67Кб
153 The reduce Method.mp4 205.48Мб
154 Coding Challenge #2.en_US.srt 12.29Кб
154 Coding Challenge #2.mp4 78.73Мб
155 The Magic of Chaining Methods.en_US.srt 24.84Кб
155 The Magic of Chaining Methods.mp4 228.28Мб
156 Coding Challenge #3.en_US.srt 5.47Кб
156 Coding Challenge #3.mp4 44.19Мб
157 The find Method.en_US.srt 9.12Кб
157 The find Method.mp4 40.45Мб
158 Implementing Login.en_US.srt 31.05Кб
158 Implementing Login.mp4 170.73Мб
159 Implementing Transfers.en_US.srt 26.87Кб
159 Implementing Transfers.mp4 252.76Мб
160 The findIndex Method.en_US.srt 15.07Кб
160 The findIndex Method.mp4 147.23Мб
161 some and every.en_US.srt 18.04Кб
161 some and every.mp4 145.03Мб
162 flat and flatMap.en_US.srt 13.24Кб
162 flat and flatMap.mp4 73.45Мб
163 Sorting Arrays.en_US.srt 28.77Кб
163 Sorting Arrays.mp4 214.35Мб
164 More Ways of Creating and Filling Arrays.en_US.srt 26.39Кб
164 More Ways of Creating and Filling Arrays.mp4 133.64Мб
165 Summary_ Which Array Method to Use_.en_US.srt 10.17Кб
165 Summary_ Which Array Method to Use_.mp4 34.11Мб
166 Array Methods Practice.en_US.srt 40.38Кб
166 Array Methods Practice.mp4 236.82Мб
167 Coding Challenge #4.en_US.srt 28.62Кб
167 Coding Challenge #4.mp4 258.55Мб
168 Section Intro.en_US.srt 1.10Кб
168 Section Intro.mp4 8.86Мб
169 Get-starter-code-if-you-havent-yet-.txt 63б
169 Section Roadmap.html 1.21Кб
170 Converting and Checking Numbers.en_US.srt 22.81Кб
170 Converting and Checking Numbers.mp4 157.25Мб
171 Math and Rounding.en_US.srt 21.70Кб
171 Math and Rounding.mp4 195.60Мб
172 The Remainder Operator.en_US.srt 13.64Кб
172 The Remainder Operator.mp4 97.46Мб
173 Numeric Separators.en_US.srt 8.94Кб
173 Numeric Separators.mp4 32.15Мб
174 Working with BigInt.en_US.srt 14.39Кб
174 Working with BigInt.mp4 73.30Мб
175 Creating Dates.en_US.srt 15.33Кб
175 Creating Dates.mp4 94.36Мб
176 Adding Dates to _Bankist_ App.en_US.srt 27.82Кб
176 Adding Dates to _Bankist_ App.mp4 288.22Мб
177 Operations With Dates.en_US.srt 21.87Кб
177 Operations With Dates.mp4 174.89Мб
178 Internationalizing Dates (Intl).en_US.srt 21.08Кб
178 Internationalizing Dates (Intl).mp4 212.30Мб
179 Internationalizing Numbers (Intl).en_US.srt 26.71Кб
179 Internationalizing Numbers (Intl).mp4 233.11Мб
180 Timers_ setTimeout and setInterval.en_US.srt 18.10Кб
180 Timers_ setTimeout and setInterval.mp4 131.79Мб
181 Implementing a Countdown Timer.en_US.srt 34.76Кб
181 Implementing a Countdown Timer.mp4 340.88Мб
182 Section Intro.en_US.srt 1.50Кб
182 Section Intro.mp4 10.79Мб
183 Get-starter-code-if-you-havent-yet-.txt 63б
183 Section Roadmap.html 1.20Кб
184 PROJECT_ _Bankist_ Website.en_US.srt 11.88Кб
184 PROJECT_ _Bankist_ Website.mp4 97.31Мб
185 How the DOM Really Works.en_US.srt 14.09Кб
185 How the DOM Really Works.mp4 46.85Мб
186 Selecting, Creating, and Deleting Elements.en_US.srt 24.62Кб
186 Selecting, Creating, and Deleting Elements.mp4 231.01Мб
187 Styles, Attributes and Classes.en_US.srt 25.14Кб
187 Styles, Attributes and Classes.mp4 317.73Мб
188 Implementing Smooth Scrolling.en_US.srt 18.89Кб
188 Implementing Smooth Scrolling.mp4 226.24Мб
189 Types of Events and Event Handlers.en_US.srt 13.27Кб
189 Types of Events and Event Handlers.mp4 122.20Мб
190 Event Propagation_ Bubbling and Capturing.en_US.srt 6.78Кб
190 Event Propagation_ Bubbling and Capturing.mp4 18.99Мб
191 Event Propagation in Practice.en_US.srt 23.46Кб
191 Event Propagation in Practice.mp4 207.07Мб
192 Event Delegation_ Implementing Page Navigation.en_US.srt 24.91Кб
192 Event Delegation_ Implementing Page Navigation.mp4 231.34Мб
193 DOM Traversing.en_US.srt 18.81Кб
193 DOM Traversing.mp4 114.97Мб
194 Building a Tabbed Component.en_US.srt 31.25Кб
194 Building a Tabbed Component.mp4 399.29Мб
195 Passing Arguments to Event Handlers.en_US.srt 25.31Кб
195 Passing Arguments to Event Handlers.mp4 241.22Мб
196 Implementing a Sticky Navigation_ The Scroll Event.en_US.srt 10.43Кб
196 Implementing a Sticky Navigation_ The Scroll Event.mp4 103.23Мб
197 A Better Way_ The Intersection Observer API.en_US.srt 31.45Кб
197 A Better Way_ The Intersection Observer API.mp4 289.60Мб
198 Revealing Elements on Scroll.en_US.srt 16.42Кб
198 Revealing Elements on Scroll.mp4 166.74Мб
199 Lazy Loading Images.en_US.srt 23.02Кб
199 Lazy Loading Images.mp4 164.15Мб
200 Building a Slider Component_ Part 1.en_US.srt 29.57Кб
200 Building a Slider Component_ Part 1.mp4 345.06Мб
201 Building a Slider Component_ Part 2.en_US.srt 24.36Кб
201 Building a Slider Component_ Part 2.mp4 339.32Мб
202 Lifecycle DOM Events.en_US.srt 12.24Кб
202 Lifecycle DOM Events.mp4 105.61Мб
203 Efficient Script Loading_ defer and async.en_US.srt 18.84Кб
203 Efficient Script Loading_ defer and async.mp4 132.72Мб
204 Section Intro.en_US.srt 1.43Кб
204 Section Intro.mp4 11.30Мб
205 Get-starter-code-if-you-havent-yet-.txt 63б
205 Section Roadmap.html 1.22Кб
206 What is Object-Oriented Programming_.en_US.srt 31.32Кб
206 What is Object-Oriented Programming_.mp4 104.89Мб
207 OOP in JavaScript.en_US.srt 13.65Кб
207 OOP in JavaScript.mp4 47.06Мб
208 Constructor Functions and the new Operator.en_US.srt 19.22Кб
208 Constructor Functions and the new Operator.mp4 88.16Мб
209 Prototypes.en_US.srt 20.09Кб
209 Prototypes.mp4 155.80Мб
210 Prototypal Inheritance and The Prototype Chain.en_US.srt 14.97Кб
210 Prototypal Inheritance and The Prototype Chain.mp4 52.00Мб
211 Prototypal Inheritance on Built-In Objects.en_US.srt 19.67Кб
211 Prototypal Inheritance on Built-In Objects.mp4 179.04Мб
212 Coding Challenge #1.en_US.srt 9.76Кб
212 Coding Challenge #1.mp4 54.89Мб
213 ES6 Classes.en_US.srt 17.51Кб
213 ES6 Classes.mp4 86.25Мб
214 Setters and Getters.en_US.srt 15.40Кб
214 Setters and Getters.mp4 103.73Мб
215 Static Methods.en_US.srt 8.03Кб
215 Static Methods.mp4 78.46Мб
216 Object.create.en_US.srt 14.35Кб
216 Object.create.mp4 104.00Мб
217 Coding Challenge #2.en_US.srt 7.14Кб
217 Coding Challenge #2.mp4 66.78Мб
218 Inheritance Between _Classes__ Constructor Functions.en_US.srt 28.02Кб
218 Inheritance Between _Classes__ Constructor Functions.mp4 194.61Мб
219 Coding Challenge #3.en_US.srt 13.71Кб
219 Coding Challenge #3.mp4 117.65Мб
220 Inheritance Between _Classes__ ES6 Classes.en_US.srt 14.00Кб
220 Inheritance Between _Classes__ ES6 Classes.mp4 76.52Мб
221 Inheritance Between _Classes__ Object.create.en_US.srt 11.25Кб
221 Inheritance Between _Classes__ Object.create.mp4 53.88Мб
222 Another Class Example.en_US.srt 13.07Кб
222 Another Class Example.mp4 78.72Мб
223 Encapsulation_ Protected Properties and Methods.en_US.srt 8.90Кб
223 Encapsulation_ Protected Properties and Methods.mp4 76.94Мб
224 Encapsulation_ Private Class Fields and Methods.en_US.srt 21.34Кб
224 Encapsulation_ Private Class Fields and Methods.mp4 185.52Мб
225 Chaining Methods.en_US.srt 6.02Кб
225 Chaining Methods.mp4 55.79Мб
226 ES6 Classes Summary.en_US.srt 9.74Кб
226 ES6 Classes Summary.mp4 70.54Мб
227 Coding Challenge #4.en_US.srt 11.95Кб
227 Coding Challenge #4.mp4 70.65Мб
228 Section Intro.en_US.srt 1.26Кб
228 Section Intro.mp4 9.90Мб
229 Get-starter-code-if-you-havent-yet-.txt 63б
229 Section Roadmap.html 1.36Кб
230 Project Overview.en_US.srt 7.41Кб
230 Project Overview.mp4 77.60Мб
231 How to Plan a Web Project.en_US.srt 26.50Кб
231 How to Plan a Web Project.mp4 56.69Мб
232 Using the Geolocation API.en_US.srt 10.73Кб
232 Using the Geolocation API.mp4 71.62Мб
233 Displaying a Map Using Leaflet Library.en_US.srt 18.64Кб
233 Displaying a Map Using Leaflet Library.mp4 233.66Мб
234 Displaying a Map Marker.en_US.srt 27.16Кб
234 Displaying a Map Marker.mp4 341.58Мб
235 Rendering Workout Input Form.en_US.srt 21.85Кб
235 Rendering Workout Input Form.mp4 198.90Мб
236 Project Architecture.en_US.srt 14.72Кб
236 Project Architecture.mp4 46.78Мб
237 Refactoring for Project Architecture.en_US.srt 30.45Кб
237 Refactoring for Project Architecture.mp4 274.75Мб
238 Managing Workout Data_ Creating Classes.en_US.srt 19.94Кб
238 Managing Workout Data_ Creating Classes.mp4 236.98Мб
239 Creating a New Workout.en_US.srt 43.39Кб
239 Creating a New Workout.mp4 532.33Мб
240 Rendering Workouts.en_US.srt 30.96Кб
240 Rendering Workouts.mp4 421.80Мб
241 Move to Marker On Click.en_US.srt 20.82Кб
241 Move to Marker On Click.mp4 232.09Мб
242 Working with localStorage.en_US.srt 34.84Кб
242 Working with localStorage.mp4 444.49Мб
243 Final Considerations.en_US.srt 8.73Кб
243 Final Considerations.mp4 32.24Мб
244 Section Intro.en_US.srt 1.13Кб
244 Section Intro.mp4 9.27Мб
245 Get-starter-code-if-you-havent-yet-.txt 63б
245 Section Roadmap.html 1.23Кб
246 Asynchronous JavaScript, AJAX and APIs.en_US.srt 26.97Кб
246 Asynchronous JavaScript, AJAX and APIs.mp4 68.95Мб
247 IMPORTANT_ API URL Change.html 973б
248 Our First AJAX Call_ XMLHttpRequest.en_US.srt 24.39Кб
248 Our First AJAX Call_ XMLHttpRequest.mp4 212.13Мб
249 [OPTIONAL] How the Web Works_ Requests and Responses.en_US.srt 18.68Кб
249 [OPTIONAL] How the Web Works_ Requests and Responses.mp4 62.15Мб
250 Welcome to Callback Hell.en_US.srt 17.93Кб
250 Welcome to Callback Hell.mp4 211.83Мб
251 Promises and the Fetch API.en_US.srt 13.81Кб
251 Promises and the Fetch API.mp4 44.68Мб
252 Consuming Promises.en_US.srt 12.49Кб
252 Consuming Promises.mp4 76.99Мб
253 Chaining Promises.en_US.srt 13.55Кб
253 Chaining Promises.mp4 74.54Мб
254 Handling Rejected Promises.en_US.srt 21.16Кб
254 Handling Rejected Promises.mp4 161.05Мб
255 Throwing Errors Manually.en_US.srt 19.33Кб
255 Throwing Errors Manually.mp4 179.93Мб
256 Coding Challenge #1.en_US.srt 21.52Кб
256 Coding Challenge #1.mp4 204.24Мб
257 Asynchronous Behind the Scenes_ The Event Loop.en_US.srt 24.68Кб
257 Asynchronous Behind the Scenes_ The Event Loop.mp4 94.16Мб
258 The Event Loop in Practice.en_US.srt 12.70Кб
258 The Event Loop in Practice.mp4 43.49Мб
259 Building a Simple Promise.en_US.srt 25.84Кб
259 Building a Simple Promise.mp4 156.12Мб
260 Promisifying the Geolocation API.en_US.srt 17.36Кб
260 Promisifying the Geolocation API.mp4 89.49Мб
261 Coding Challenge #2.en_US.srt 19.15Кб
261 Coding Challenge #2.mp4 224.64Мб
262 Consuming Promises with Async_Await.en_US.srt 21.21Кб
262 Consuming Promises with Async_Await.mp4 102.99Мб
263 Error Handling With try...catch.en_US.srt 12.79Кб
263 Error Handling With try...catch.mp4 121.18Мб
264 Returning Values from Async Functions.en_US.srt 18.98Кб
264 Returning Values from Async Functions.mp4 147.43Мб
265 Running Promises in Parallel.en_US.srt 13.26Кб
265 Running Promises in Parallel.mp4 68.05Мб
266 Other Promise Combinators_ race, allSettled and any.en_US.srt 15.95Кб
266 Other Promise Combinators_ race, allSettled and any.mp4 118.79Мб
267 Coding Challenge #3.en_US.srt 22.79Кб
267 Coding Challenge #3.mp4 140.69Мб
268 Section Intro.en_US.srt 1023б
268 Section Intro.mp4 8.02Мб
269 Get-starter-code-if-you-havent-yet-.txt 63б
269 Section Roadmap.html 1.22Кб
270 An Overview of Modern JavaScript Development.en_US.srt 9.27Кб
270 An Overview of Modern JavaScript Development.mp4 33.18Мб
271 An Overview of Modules in JavaScript.en_US.srt 23.52Кб
271 An Overview of Modules in JavaScript.mp4 85.97Мб
272 Exporting and Importing in ES6 Modules.en_US.srt 30.74Кб
272 Exporting and Importing in ES6 Modules.mp4 103.52Мб
273 Top-Level await (ES2022).en_US.srt 18.43Кб
273 Top-Level await (ES2022).mp4 162.79Мб
274 The Module Pattern.en_US.srt 13.53Кб
274 The Module Pattern.mp4 101.11Мб
275 CommonJS Modules.en_US.srt 7.16Кб
275 CommonJS Modules.mp4 23.92Мб
276 A Brief Introduction to the Command Line.en_US.srt 17.10Кб
276 A Brief Introduction to the Command Line.mp4 64.94Мб
277 Introduction to NPM.en_US.srt 23.62Кб
277 Introduction to NPM.mp4 188.60Мб
278 Bundling With Parcel and NPM Scripts.en_US.srt 29.20Кб
278 Bundling With Parcel and NPM Scripts.mp4 281.78Мб
279 Configuring Babel and Polyfilling.en_US.srt 23.16Кб
279 Configuring Babel and Polyfilling.mp4 208.37Мб
280 Review_ Writing Clean and Modern JavaScript.en_US.srt 15.50Кб
280 Review_ Writing Clean and Modern JavaScript.mp4 35.96Мб
281 Let's Fix Some Bad Code_ Part 1.en_US.srt 29.94Кб
281 Let's Fix Some Bad Code_ Part 1.mp4 195.16Мб
282 Declarative and Functional JavaScript Principles.en_US.srt 17.59Кб
282 Declarative and Functional JavaScript Principles.mp4 59.55Мб
283 Let's Fix Some Bad Code_ Part 2.en_US.srt 50.51Кб
283 Let's Fix Some Bad Code_ Part 2.mp4 312.58Мб
284 Section Intro.en_US.srt 1.08Кб
284 Section Intro.mp4 9.37Мб
285 Get-starter-code-if-you-havent-yet-.txt 63б
285 Section Roadmap.html 1.35Кб
286 Project Overview and Planning (I).en_US.srt 21.25Кб
286 Project Overview and Planning (I).mp4 47.03Мб
287 Loading a Recipe from API.en_US.srt 29.58Кб
287 Loading a Recipe from API.mp4 247.73Мб
288 Rendering the Recipe.en_US.srt 31.08Кб
288 Rendering the Recipe.mp4 288.69Мб
289 Listening For load and hashchange Events.en_US.srt 14.83Кб
289 Listening For load and hashchange Events.mp4 126.45Мб
290 The MVC Architecture.en_US.srt 22.13Кб
290 The MVC Architecture.mp4 82.05Мб
291 Refactoring for MVC.en_US.srt 50.32Кб
291 Refactoring for MVC.mp4 475.52Мб
292 Helpers and Configuration Files.en_US.srt 27.76Кб
292 Helpers and Configuration Files.mp4 123.80Мб
293 Event Handlers in MVC_ Publisher-Subscriber Pattern.en_US.srt 20.05Кб
293 Event Handlers in MVC_ Publisher-Subscriber Pattern.mp4 155.53Мб
294 Implementing Error and Success Messages.en_US.srt 15.08Кб
294 Implementing Error and Success Messages.mp4 83.61Мб
295 Implementing Search Results - Part 1.en_US.srt 35.27Кб
295 Implementing Search Results - Part 1.mp4 317.44Мб
296 Implementing Search Results - Part 2.en_US.srt 34.73Кб
296 Implementing Search Results - Part 2.mp4 319.96Мб
297 Implementing Pagination - Part 1.en_US.srt 14.21Кб
297 Implementing Pagination - Part 1.mp4 126.48Мб
298 Implementing Pagination - Part 2.en_US.srt 46.49Кб
298 Implementing Pagination - Part 2.mp4 266.77Мб
299 Project Planning II.en_US.srt 4.43Кб
299 Project Planning II.mp4 18.23Мб
300 Updating Recipe Servings.en_US.srt 31.69Кб
300 Updating Recipe Servings.mp4 203.00Мб
301 Developing a DOM Updating Algorithm.en_US.srt 8.78Кб
301 Developing a DOM Updating Algorithm.mp4 226.40Мб
302 Implementing Bookmarks - Part 1.en_US.srt 29.70Кб
302 Implementing Bookmarks - Part 1.mp4 303.34Мб
303 Implementing Bookmarks - Part 2.en_US.srt 22.97Кб
303 Implementing Bookmarks - Part 2.mp4 147.09Мб
304 Storing Bookmarks With localStorage.en_US.srt 20.92Кб
304 Storing Bookmarks With localStorage.mp4 290.42Мб
305 Project Planning III.en_US.srt 2.86Кб
305 Project Planning III.mp4 19.76Мб
306 Uploading a New Recipe - Part 1.en_US.srt 19.94Кб
306 Uploading a New Recipe - Part 1.mp4 192.34Мб
307 Uploading a New Recipe - Part 2.en_US.srt 45.69Кб
307 Uploading a New Recipe - Part 2.mp4 416.13Мб
308 Uploading a New Recipe - Part 3.en_US.srt 22.77Кб
308 Uploading a New Recipe - Part 3.mp4 288.21Мб
309 Wrapping Up_ Final Considerations.en_US.srt 20.26Кб
309 Wrapping Up_ Final Considerations.mp4 85.21Мб
310 Section Intro.en_US.srt 991б
310 Section Intro.mp4 5.17Мб
311 Get-starter-code-if-you-havent-yet-.txt 63б
311 Section Roadmap.html 1.20Кб
312 Simple Deployment With Netlify.en_US.srt 15.02Кб
312 Simple Deployment With Netlify.mp4 56.65Мб
313 Setting Up Git and GitHub.en_US.srt 10.50Кб
313 Setting Up Git and GitHub.mp4 78.16Мб
314 Git Fundamentals.en_US.srt 25.88Кб
314 Git Fundamentals.mp4 173.45Мб
315 Pushing to GitHub.en_US.srt 13.55Кб
315 Pushing to GitHub.mp4 81.21Мб
316 Setting Up Continuous Integration With Netlify.en_US.srt 12.31Кб
316 Setting Up Continuous Integration With Netlify.mp4 98.64Мб
317 Where to Go from Here.en_US.srt 3.76Кб
317 Where to Go from Here.mp4 23.16Мб
318 My Other Courses + Updates.html 2.62Кб
Статистика распространения по странам
Россия (RU) 4
ОАЭ (AE) 1
Китай (CN) 1
Всего 6
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент