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

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать 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.22Мб
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 50.85Мб
006 Section Intro.en_US.srt 1.12Кб
006 Section Intro.mp4 8.89Мб
007 Hello World!.en_US.srt 8.49Кб
007 Hello World!.mp4 16.10Мб
008 A Brief Introduction to JavaScript.en_US.srt 17.44Кб
008 A Brief Introduction to JavaScript.mp4 39.87Мб
008 theory-lectures-v2.pdf 29.38Мб
009 Linking a JavaScript File.en_US.srt 21.55Кб
009 Linking a JavaScript File.mp4 79.45Мб
010 Values and Variables.en_US.srt 21.89Кб
010 Values and Variables.mp4 89.49Мб
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 110.49Мб
013 let, const and var.en_US.srt 13.51Кб
013 let, const and var.mp4 54.06Мб
014 Basic Operators.en_US.srt 25.17Кб
014 Basic Operators.mp4 121.91Мб
015 Operator Precedence.en_US.srt 15.44Кб
015 Operator Precedence.mp4 101.05Мб
016 all-coding-challenges.pdf 1.88Мб
016 Coding Challenge #1.en_US.srt 14.50Кб
016 Coding Challenge #1.mp4 76.64Мб
017 Strings and Template Literals.en_US.srt 15.92Кб
017 Strings and Template Literals.mp4 67.10Мб
018 Taking Decisions_ if _ else Statements.en_US.srt 18.03Кб
018 Taking Decisions_ if _ else Statements.mp4 65.05Мб
019 Coding Challenge #2.en_US.srt 7.13Кб
019 Coding Challenge #2.mp4 48.85Мб
020 Type Conversion and Coercion.en_US.srt 24.05Кб
020 Type Conversion and Coercion.mp4 91.17Мб
021 Truthy and Falsy Values.en_US.srt 13.59Кб
021 Truthy and Falsy Values.mp4 47.16Мб
022 Equality Operators_ == vs. ===.en_US.srt 22.68Кб
022 Equality Operators_ == vs. ===.mp4 88.02Мб
023 Boolean Logic.en_US.srt 13.49Кб
023 Boolean Logic.mp4 32.00Мб
024 Logical Operators.en_US.srt 13.26Кб
024 Logical Operators.mp4 72.94Мб
025 Coding Challenge #3.en_US.srt 19.47Кб
025 Coding Challenge #3.mp4 171.44Мб
026 The switch Statement.en_US.srt 15.79Кб
026 The switch Statement.mp4 96.32Мб
027 Statements and Expressions.en_US.srt 8.92Кб
027 Statements and Expressions.mp4 31.69Мб
028 The Conditional (Ternary) Operator.en_US.srt 13.40Кб
028 The Conditional (Ternary) Operator.mp4 62.50Мб
029 Coding Challenge #4.en_US.srt 11.54Кб
029 Coding Challenge #4.mp4 95.66Мб
030 JavaScript Releases_ ES5, ES6+ and ESNext.en_US.srt 22.01Кб
030 JavaScript Releases_ ES5, ES6+ and ESNext.mp4 63.28Мб
031 Section Intro.en_US.srt 803б
031 Section Intro.mp4 4.41Мб
032 Activating Strict Mode.en_US.srt 14.60Кб
032 Activating Strict Mode.mp4 41.46Мб
033 Functions.en_US.srt 26.49Кб
033 Functions.mp4 116.51Мб
034 Function Declarations vs. Expressions.en_US.srt 14.42Кб
034 Function Declarations vs. Expressions.mp4 53.98Мб
035 Arrow Functions.en_US.srt 14.00Кб
035 Arrow Functions.mp4 51.26Мб
036 Functions Calling Other Functions.en_US.srt 14.21Кб
036 Functions Calling Other Functions.mp4 82.12Мб
037 Reviewing Functions.en_US.srt 22.54Кб
037 Reviewing Functions.mp4 104.30Мб
038 Coding Challenge #1.en_US.srt 24.18Кб
038 Coding Challenge #1.mp4 189.21Мб
039 Introduction to Arrays.en_US.srt 30.57Кб
039 Introduction to Arrays.mp4 179.22Мб
040 Basic Array Operations (Methods).en_US.srt 14.95Кб
040 Basic Array Operations (Methods).mp4 119.97Мб
041 Coding Challenge #2.en_US.srt 12.09Кб
041 Coding Challenge #2.mp4 107.21Мб
042 Introduction to Objects.en_US.srt 8.79Кб
042 Introduction to Objects.mp4 31.34Мб
043 Dot vs. Bracket Notation.en_US.srt 25.50Кб
043 Dot vs. Bracket Notation.mp4 200.83Мб
044 Object Methods.en_US.srt 30.78Кб
044 Object Methods.mp4 217.75Мб
045 Coding Challenge #3.en_US.srt 15.50Кб
045 Coding Challenge #3.mp4 125.00Мб
046 Iteration_ The for Loop.en_US.srt 14.91Кб
046 Iteration_ The for Loop.mp4 83.63Мб
047 Looping Arrays, Breaking and Continuing.en_US.srt 31.59Кб
047 Looping Arrays, Breaking and Continuing.mp4 218.97Мб
048 Looping Backwards and Loops in Loops.en_US.srt 14.83Кб
048 Looping Backwards and Loops in Loops.mp4 106.36Мб
049 The while Loop.en_US.srt 15.66Кб
049 The while Loop.mp4 70.66Мб
050 Coding Challenge #4.en_US.srt 21.40Кб
050 Coding Challenge #4.mp4 143.38Мб
051 Pathways and Section Roadmaps.en_US.srt 5.85Кб
051 Pathways and Section Roadmaps.mp4 25.53Мб
052 Course Pathways.html 675б
052 pathways.pdf 4.56Мб
053 Section Intro.en_US.srt 785б
053 Section Intro.mp4 4.90Мб
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 98.57Мб
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.44Мб
057 Learning How to Code.en_US.srt 27.00Кб
057 Learning How to Code.mp4 101.29Мб
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.41Мб
059 Using Google, StackOverflow and MDN.en_US.srt 33.46Кб
059 Using Google, StackOverflow and MDN.mp4 203.54Мб
060 Debugging (Fixing Errors).en_US.srt 7.56Кб
060 Debugging (Fixing Errors).mp4 19.89Мб
061 Debugging with the Console and Breakpoints.en_US.srt 25.79Кб
061 Debugging with the Console and Breakpoints.mp4 147.75Мб
062 Coding Challenge #1.en_US.srt 19.58Кб
062 Coding Challenge #1.mp4 148.62Мб
063 Section Intro.en_US.srt 863б
063 Section Intro.mp4 4.89Мб
064 Basic HTML Structure and Elements.en_US.srt 13.15Кб
064 Basic HTML Structure and Elements.mp4 45.53Мб
065 Attributes, Classes and IDs.en_US.srt 18.45Кб
065 Attributes, Classes and IDs.mp4 84.19Мб
066 Basic Styling with CSS.en_US.srt 17.50Кб
066 Basic Styling with CSS.mp4 108.97Мб
067 Introduction to the CSS Box Model.en_US.srt 30.03Кб
067 Introduction to the CSS Box Model.mp4 189.91Мб
068 Section Intro.en_US.srt 1.10Кб
068 Section Intro.mp4 5.94Мб
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.74Мб
071 What's the DOM and DOM Manipulation.en_US.srt 9.42Кб
071 What's the DOM and DOM Manipulation.mp4 29.94Мб
072 Selecting and Manipulating Elements.en_US.srt 11.53Кб
072 Selecting and Manipulating Elements.mp4 53.65Мб
073 Handling Click Events.en_US.srt 18.77Кб
073 Handling Click Events.mp4 123.01Мб
074 Implementing the Game Logic.en_US.srt 25.04Кб
074 Implementing the Game Logic.mp4 94.90Мб
075 Manipulating CSS Styles.en_US.srt 12.20Кб
075 Manipulating CSS Styles.mp4 104.10Мб
076 Coding Challenge #1.en_US.srt 15.73Кб
076 Coding Challenge #1.mp4 80.27Мб
077 Implementing Highscores.en_US.srt 9.94Кб
077 Implementing Highscores.mp4 78.34Мб
078 Refactoring Our Code_ The DRY Principle.en_US.srt 19.54Кб
078 Refactoring Our Code_ The DRY Principle.mp4 113.22Мб
079 PROJECT #2_ Modal Window.en_US.srt 18.62Кб
079 PROJECT #2_ Modal Window.mp4 91.95Мб
080 Working With Classes.en_US.srt 24.93Кб
080 Working With Classes.mp4 256.21Мб
081 Handling an _Esc_ Keypress Event.en_US.srt 20.84Кб
081 Handling an _Esc_ Keypress Event.mp4 132.42Мб
082 PROJECT #3_ Pig Game.en_US.srt 24.15Кб
082 PROJECT #3_ Pig Game.mp4 85.16Мб
083 Rolling the Dice.en_US.srt 20.04Кб
083 Rolling the Dice.mp4 87.55Мб
084 Switching the Active Player.en_US.srt 19.65Кб
084 Switching the Active Player.mp4 81.29Мб
085 Holding Current Score.en_US.srt 33.10Кб
085 Holding Current Score.mp4 297.24Мб
086 Resetting the Game.en_US.srt 21.28Кб
086 Resetting the Game.mp4 104.63Мб
087 Section Intro.en_US.srt 2.01Кб
087 Section Intro.mp4 16.83Мб
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 57.89Мб
090 The JavaScript Engine and Runtime.en_US.srt 19.45Кб
090 The JavaScript Engine and Runtime.mp4 58.75Мб
091 Execution Contexts and The Call Stack.en_US.srt 25.42Кб
091 Execution Contexts and The Call Stack.mp4 66.91Мб
092 Scope and The Scope Chain.en_US.srt 36.12Кб
092 Scope and The Scope Chain.mp4 127.93Мб
093 Scoping in Practice.en_US.srt 30.83Кб
093 Scoping in Practice.mp4 88.77Мб
094 Variable Environment_ Hoisting and The TDZ.en_US.srt 16.44Кб
094 Variable Environment_ Hoisting and The TDZ.mp4 48.66Мб
095 Hoisting and TDZ in Practice.en_US.srt 19.21Кб
095 Hoisting and TDZ in Practice.mp4 84.76Мб
096 The this Keyword.en_US.srt 10.52Кб
096 The this Keyword.mp4 31.50Мб
097 The this Keyword in Practice.en_US.srt 18.11Кб
097 The this Keyword in Practice.mp4 86.95Мб
098 Regular Functions vs. Arrow Functions.en_US.srt 23.10Кб
098 Regular Functions vs. Arrow Functions.mp4 127.51Мб
099 Primitives vs. Objects (Primitive vs. Reference Types).en_US.srt 21.22Кб
099 Primitives vs. Objects (Primitive vs. Reference Types).mp4 58.20Мб
100 Primitives vs. Objects in Practice.en_US.srt 19.85Кб
100 Primitives vs. Objects in Practice.mp4 105.91Мб
101 Section Intro.en_US.srt 1.09Кб
101 Section Intro.mp4 9.35Мб
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 128.43Мб
104 Destructuring Objects.en_US.srt 25.90Кб
104 Destructuring Objects.mp4 159.71Мб
105 The Spread Operator (...).en_US.srt 27.96Кб
105 The Spread Operator (...).mp4 241.31Мб
106 Rest Pattern and Parameters.en_US.srt 23.85Кб
106 Rest Pattern and Parameters.mp4 126.24Мб
107 Short Circuiting (&& and __).en_US.srt 21.75Кб
107 Short Circuiting (&& and __).mp4 123.15Мб
108 The Nullish Coalescing Operator (__).en_US.srt 4.57Кб
108 The Nullish Coalescing Operator (__).mp4 36.75Мб
109 Logical Assignment Operators.en_US.srt 15.90Кб
109 Logical Assignment Operators.mp4 87.71Мб
110 Coding Challenge #1.en_US.srt 20.36Кб
110 Coding Challenge #1.mp4 196.68Мб
111 Looping Arrays_ The for-of Loop.en_US.srt 10.25Кб
111 Looping Arrays_ The for-of Loop.mp4 85.08Мб
112 Enhanced Object Literals.en_US.srt 8.44Кб
112 Enhanced Object Literals.mp4 84.29Мб
113 Optional Chaining (_.).en_US.srt 21.31Кб
113 Optional Chaining (_.).mp4 180.79Мб
114 Looping Objects_ Object Keys, Values, and Entries.en_US.srt 13.08Кб
114 Looping Objects_ Object Keys, Values, and Entries.mp4 121.27Мб
115 Coding Challenge #2.en_US.srt 18.40Кб
115 Coding Challenge #2.mp4 171.16Мб
116 Sets.en_US.srt 18.51Кб
116 Sets.mp4 159.01Мб
117 Maps_ Fundamentals.en_US.srt 18.47Кб
117 Maps_ Fundamentals.mp4 114.13Мб
118 Maps_ Iteration.en_US.srt 16.94Кб
118 Maps_ Iteration.mp4 109.03Мб
119 Summary_ Which Data Structure to Use_.en_US.srt 13.24Кб
119 Summary_ Which Data Structure to Use_.mp4 52.72Мб
120 Coding Challenge #3.en_US.srt 11.51Кб
120 Coding Challenge #3.mp4 69.98Мб
121 Working With Strings - Part 1.en_US.srt 22.01Кб
121 Working With Strings - Part 1.mp4 200.65Мб
122 Working With Strings - Part 2.en_US.srt 6.87Кб
122 Working With Strings - Part 2.mp4 183.39Мб
123 Working With Strings - Part 3.en_US.srt 27.51Кб
123 Working With Strings - Part 3.mp4 185.44Мб
124 Coding Challenge #4.en_US.srt 18.11Кб
124 Coding Challenge #4.mp4 129.83Мб
125 String Methods Practice.en_US.srt 20.45Кб
125 String Methods Practice.mp4 211.42Мб
126 Section Intro.en_US.srt 1021б
126 Section Intro.mp4 8.74Мб
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 57.89Мб
129 How Passing Arguments Works_ Value vs. Reference.en_US.srt 18.11Кб
129 How Passing Arguments Works_ Value vs. Reference.mp4 88.12Мб
130 First-Class and Higher-Order Functions.en_US.srt 8.27Кб
130 First-Class and Higher-Order Functions.mp4 31.31Мб
131 Functions Accepting Callback Functions.en_US.srt 21.50Кб
131 Functions Accepting Callback Functions.mp4 154.62Мб
132 Functions Returning Functions.en_US.srt 8.86Кб
132 Functions Returning Functions.mp4 37.91Мб
133 The call and apply Methods.en_US.srt 22.35Кб
133 The call and apply Methods.mp4 170.78Мб
134 The bind Method.en_US.srt 27.80Кб
134 The bind Method.mp4 166.12Мб
135 Coding Challenge #1.en_US.srt 24.32Кб
135 Coding Challenge #1.mp4 150.02Мб
136 Immediately Invoked Function Expressions (IIFE).en_US.srt 11.31Кб
136 Immediately Invoked Function Expressions (IIFE).mp4 46.37Мб
137 Closures.en_US.srt 27.70Кб
137 Closures.mp4 146.21Мб
138 More Closure Examples.en_US.srt 18.99Кб
138 More Closure Examples.mp4 108.12Мб
139 Coding Challenge #2.en_US.srt 7.43Кб
139 Coding Challenge #2.mp4 26.75Мб
140 Section Intro.en_US.srt 1.08Кб
140 Section Intro.mp4 9.23Мб
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 113.95Мб
143 The new at Method.en_US.srt 8.16Кб
143 The new at Method.mp4 27.10Мб
144 Looping Arrays_ forEach.en_US.srt 18.23Кб
144 Looping Arrays_ forEach.mp4 136.01Мб
145 forEach With Maps and Sets.en_US.srt 6.52Кб
145 forEach With Maps and Sets.mp4 32.72Мб
146 PROJECT_ _Bankist_ App.en_US.srt 14.02Кб
146 PROJECT_ _Bankist_ App.mp4 53.12Мб
147 Creating DOM Elements.en_US.srt 26.00Кб
147 Creating DOM Elements.mp4 157.33Мб
148 Coding Challenge #1.en_US.srt 9.62Кб
148 Coding Challenge #1.mp4 93.16Мб
149 Data Transformations_ map, filter, reduce.en_US.srt 6.61Кб
149 Data Transformations_ map, filter, reduce.mp4 19.55Мб
150 The map Method.en_US.srt 20.52Кб
150 The map Method.mp4 121.09Мб
151 Computing Usernames.en_US.srt 15.96Кб
151 Computing Usernames.mp4 92.91Мб
152 The filter Method.en_US.srt 7.91Кб
152 The filter Method.mp4 57.88Мб
153 The reduce Method.en_US.srt 27.67Кб
153 The reduce Method.mp4 204.88Мб
154 Coding Challenge #2.en_US.srt 12.29Кб
154 Coding Challenge #2.mp4 78.45Мб
155 The Magic of Chaining Methods.en_US.srt 24.84Кб
155 The Magic of Chaining Methods.mp4 227.79Мб
156 Coding Challenge #3.en_US.srt 5.47Кб
156 Coding Challenge #3.mp4 44.09Мб
157 The find Method.en_US.srt 9.12Кб
157 The find Method.mp4 45.62Мб
158 Implementing Login.en_US.srt 31.05Кб
158 Implementing Login.mp4 285.69Мб
159 Implementing Transfers.en_US.srt 26.87Кб
159 Implementing Transfers.mp4 252.17Мб
160 The findIndex Method.en_US.srt 15.07Кб
160 The findIndex Method.mp4 146.96Мб
161 some and every.en_US.srt 18.04Кб
161 some and every.mp4 144.48Мб
162 flat and flatMap.en_US.srt 13.24Кб
162 flat and flatMap.mp4 73.16Мб
163 Sorting Arrays.en_US.srt 28.77Кб
163 Sorting Arrays.mp4 136.12Мб
164 More Ways of Creating and Filling Arrays.en_US.srt 26.39Кб
164 More Ways of Creating and Filling Arrays.mp4 133.09Мб
165 Summary_ Which Array Method to Use_.en_US.srt 10.17Кб
165 Summary_ Which Array Method to Use_.mp4 33.95Мб
166 Array Methods Practice.en_US.srt 40.38Кб
166 Array Methods Practice.mp4 235.91Мб
167 Coding Challenge #4.en_US.srt 28.62Кб
167 Coding Challenge #4.mp4 257.95Мб
168 Section Intro.en_US.srt 1.10Кб
168 Section Intro.mp4 8.90Мб
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 156.74Мб
171 Math and Rounding.en_US.srt 21.70Кб
171 Math and Rounding.mp4 195.05Мб
172 The Remainder Operator.en_US.srt 13.64Кб
172 The Remainder Operator.mp4 97.14Мб
173 Numeric Separators.en_US.srt 8.94Кб
173 Numeric Separators.mp4 31.97Мб
174 Working with BigInt.en_US.srt 14.39Кб
174 Working with BigInt.mp4 97.16Мб
175 Creating Dates.en_US.srt 15.33Кб
175 Creating Dates.mp4 93.99Мб
176 Adding Dates to _Bankist_ App.en_US.srt 27.82Кб
176 Adding Dates to _Bankist_ App.mp4 287.55Мб
177 Operations With Dates.en_US.srt 21.87Кб
177 Operations With Dates.mp4 174.46Мб
178 Internationalizing Dates (Intl).en_US.srt 21.08Кб
178 Internationalizing Dates (Intl).mp4 211.68Мб
179 Internationalizing Numbers (Intl).en_US.srt 26.71Кб
179 Internationalizing Numbers (Intl).mp4 275.07Мб
180 Timers_ setTimeout and setInterval.en_US.srt 18.10Кб
180 Timers_ setTimeout and setInterval.mp4 131.39Мб
181 Implementing a Countdown Timer.en_US.srt 34.76Кб
181 Implementing a Countdown Timer.mp4 340.13Мб
182 Section Intro.en_US.srt 1.50Кб
182 Section Intro.mp4 10.84Мб
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.40Мб
185 How the DOM Really Works.en_US.srt 14.09Кб
185 How the DOM Really Works.mp4 46.55Мб
186 Selecting, Creating, and Deleting Elements.en_US.srt 24.62Кб
186 Selecting, Creating, and Deleting Elements.mp4 230.30Мб
187 Styles, Attributes and Classes.en_US.srt 25.14Кб
187 Styles, Attributes and Classes.mp4 317.16Мб
188 Implementing Smooth Scrolling.en_US.srt 18.89Кб
188 Implementing Smooth Scrolling.mp4 225.68Мб
189 Types of Events and Event Handlers.en_US.srt 13.27Кб
189 Types of Events and Event Handlers.mp4 74.20Мб
190 Event Propagation_ Bubbling and Capturing.en_US.srt 6.78Кб
190 Event Propagation_ Bubbling and Capturing.mp4 18.88Мб
191 Event Propagation in Practice.en_US.srt 23.46Кб
191 Event Propagation in Practice.mp4 206.55Мб
192 Event Delegation_ Implementing Page Navigation.en_US.srt 24.91Кб
192 Event Delegation_ Implementing Page Navigation.mp4 230.85Мб
193 DOM Traversing.en_US.srt 18.81Кб
193 DOM Traversing.mp4 114.59Мб
194 Building a Tabbed Component.en_US.srt 31.25Кб
194 Building a Tabbed Component.mp4 398.74Мб
195 Passing Arguments to Event Handlers.en_US.srt 25.31Кб
195 Passing Arguments to Event Handlers.mp4 240.83Мб
196 Implementing a Sticky Navigation_ The Scroll Event.en_US.srt 10.43Кб
196 Implementing a Sticky Navigation_ The Scroll Event.mp4 103.05Мб
197 A Better Way_ The Intersection Observer API.en_US.srt 31.45Кб
197 A Better Way_ The Intersection Observer API.mp4 277.65Мб
198 Revealing Elements on Scroll.en_US.srt 16.42Кб
198 Revealing Elements on Scroll.mp4 166.47Мб
199 Lazy Loading Images.en_US.srt 23.02Кб
199 Lazy Loading Images.mp4 332.79Мб
200 Building a Slider Component_ Part 1.en_US.srt 29.57Кб
200 Building a Slider Component_ Part 1.mp4 344.46Мб
201 Building a Slider Component_ Part 2.en_US.srt 24.36Кб
201 Building a Slider Component_ Part 2.mp4 338.75Мб
202 Lifecycle DOM Events.en_US.srt 12.24Кб
202 Lifecycle DOM Events.mp4 105.38Мб
203 Efficient Script Loading_ defer and async.en_US.srt 18.84Кб
203 Efficient Script Loading_ defer and async.mp4 114.57Мб
204 Section Intro.en_US.srt 1.43Кб
204 Section Intro.mp4 11.32Мб
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.28Мб
207 OOP in JavaScript.en_US.srt 13.65Кб
207 OOP in JavaScript.mp4 46.77Мб
208 Constructor Functions and the new Operator.en_US.srt 19.22Кб
208 Constructor Functions and the new Operator.mp4 81.08Мб
209 Prototypes.en_US.srt 20.09Кб
209 Prototypes.mp4 155.35Мб
210 Prototypal Inheritance and The Prototype Chain.en_US.srt 14.97Кб
210 Prototypal Inheritance and The Prototype Chain.mp4 51.99Мб
211 Prototypal Inheritance on Built-In Objects.en_US.srt 19.67Кб
211 Prototypal Inheritance on Built-In Objects.mp4 178.62Мб
212 Coding Challenge #1.en_US.srt 9.76Кб
212 Coding Challenge #1.mp4 54.70Мб
213 ES6 Classes.en_US.srt 17.51Кб
213 ES6 Classes.mp4 111.34Мб
214 Setters and Getters.en_US.srt 15.40Кб
214 Setters and Getters.mp4 82.36Мб
215 Static Methods.en_US.srt 8.03Кб
215 Static Methods.mp4 78.25Мб
216 Object.create.en_US.srt 14.35Кб
216 Object.create.mp4 103.65Мб
217 Coding Challenge #2.en_US.srt 7.14Кб
217 Coding Challenge #2.mp4 66.65Мб
218 Inheritance Between _Classes__ Constructor Functions.en_US.srt 28.02Кб
218 Inheritance Between _Classes__ Constructor Functions.mp4 193.97Мб
219 Coding Challenge #3.en_US.srt 13.71Кб
219 Coding Challenge #3.mp4 117.35Мб
220 Inheritance Between _Classes__ ES6 Classes.en_US.srt 14.00Кб
220 Inheritance Between _Classes__ ES6 Classes.mp4 76.19Мб
221 Inheritance Between _Classes__ Object.create.en_US.srt 11.25Кб
221 Inheritance Between _Classes__ Object.create.mp4 61.95Мб
222 Another Class Example.en_US.srt 13.07Кб
222 Another Class Example.mp4 78.47Мб
223 Encapsulation_ Protected Properties and Methods.en_US.srt 8.90Кб
223 Encapsulation_ Protected Properties and Methods.mp4 76.79Мб
224 Encapsulation_ Private Class Fields and Methods.en_US.srt 21.34Кб
224 Encapsulation_ Private Class Fields and Methods.mp4 131.44Мб
225 Chaining Methods.en_US.srt 6.02Кб
225 Chaining Methods.mp4 55.67Мб
226 ES6 Classes Summary.en_US.srt 9.74Кб
226 ES6 Classes Summary.mp4 70.37Мб
227 Coding Challenge #4.en_US.srt 11.95Кб
227 Coding Challenge #4.mp4 70.39Мб
228 Section Intro.en_US.srt 1.26Кб
228 Section Intro.mp4 9.95Мб
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.53Мб
231 How to Plan a Web Project.en_US.srt 26.50Кб
231 How to Plan a Web Project.mp4 56.18Мб
232 Using the Geolocation API.en_US.srt 10.73Кб
232 Using the Geolocation API.mp4 71.48Мб
233 Displaying a Map Using Leaflet Library.en_US.srt 18.64Кб
233 Displaying a Map Using Leaflet Library.mp4 203.09Мб
234 Displaying a Map Marker.en_US.srt 27.16Кб
234 Displaying a Map Marker.mp4 340.85Мб
235 Rendering Workout Input Form.en_US.srt 21.85Кб
235 Rendering Workout Input Form.mp4 198.41Мб
236 Project Architecture.en_US.srt 14.72Кб
236 Project Architecture.mp4 52.94Мб
237 Refactoring for Project Architecture.en_US.srt 30.45Кб
237 Refactoring for Project Architecture.mp4 274.11Мб
238 Managing Workout Data_ Creating Classes.en_US.srt 19.94Кб
238 Managing Workout Data_ Creating Classes.mp4 236.96Мб
239 Creating a New Workout.en_US.srt 43.39Кб
239 Creating a New Workout.mp4 531.29Мб
240 Rendering Workouts.en_US.srt 30.96Кб
240 Rendering Workouts.mp4 421.21Мб
241 Move to Marker On Click.en_US.srt 20.82Кб
241 Move to Marker On Click.mp4 231.72Мб
242 Working with localStorage.en_US.srt 34.84Кб
242 Working with localStorage.mp4 443.77Мб
243 Final Considerations.en_US.srt 8.73Кб
243 Final Considerations.mp4 32.11Мб
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.50Мб
247 IMPORTANT_ API URL Change.html 946б
248 Our First AJAX Call_ XMLHttpRequest.en_US.srt 24.39Кб
248 Our First AJAX Call_ XMLHttpRequest.mp4 211.93Мб
249 [OPTIONAL] How the Web Works_ Requests and Responses.en_US.srt 18.68Кб
249 [OPTIONAL] How the Web Works_ Requests and Responses.mp4 61.78Мб
250 Welcome to Callback Hell.en_US.srt 17.93Кб
250 Welcome to Callback Hell.mp4 212.21Мб
251 Promises and the Fetch API.en_US.srt 13.81Кб
251 Promises and the Fetch API.mp4 44.42Мб
252 Consuming Promises.en_US.srt 12.49Кб
252 Consuming Promises.mp4 76.72Мб
253 Chaining Promises.en_US.srt 13.55Кб
253 Chaining Promises.mp4 74.94Мб
254 Handling Rejected Promises.en_US.srt 21.16Кб
254 Handling Rejected Promises.mp4 160.64Мб
255 Throwing Errors Manually.en_US.srt 19.33Кб
255 Throwing Errors Manually.mp4 179.58Мб
256 Coding Challenge #1.en_US.srt 21.52Кб
256 Coding Challenge #1.mp4 203.77Мб
257 Asynchronous Behind the Scenes_ The Event Loop.en_US.srt 24.68Кб
257 Asynchronous Behind the Scenes_ The Event Loop.mp4 93.63Мб
258 The Event Loop in Practice.en_US.srt 12.70Кб
258 The Event Loop in Practice.mp4 43.27Мб
259 Building a Simple Promise.en_US.srt 25.84Кб
259 Building a Simple Promise.mp4 155.56Мб
260 Promisifying the Geolocation API.en_US.srt 17.36Кб
260 Promisifying the Geolocation API.mp4 89.04Мб
261 Coding Challenge #2.en_US.srt 19.15Кб
261 Coding Challenge #2.mp4 224.28Мб
262 Consuming Promises with Async_Await.en_US.srt 21.21Кб
262 Consuming Promises with Async_Await.mp4 141.48Мб
263 Error Handling With try...catch.en_US.srt 12.79Кб
263 Error Handling With try...catch.mp4 120.92Мб
264 Returning Values from Async Functions.en_US.srt 18.98Кб
264 Returning Values from Async Functions.mp4 147.07Мб
265 Running Promises in Parallel.en_US.srt 13.26Кб
265 Running Promises in Parallel.mp4 67.72Мб
266 Other Promise Combinators_ race, allSettled and any.en_US.srt 15.95Кб
266 Other Promise Combinators_ race, allSettled and any.mp4 118.44Мб
267 Coding Challenge #3.en_US.srt 22.79Кб
267 Coding Challenge #3.mp4 140.18Мб
268 Section Intro.en_US.srt 1023б
268 Section Intro.mp4 7.64Мб
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.01Мб
271 An Overview of Modules in JavaScript.en_US.srt 23.52Кб
271 An Overview of Modules in JavaScript.mp4 85.56Мб
272 Exporting and Importing in ES6 Modules.en_US.srt 30.74Кб
272 Exporting and Importing in ES6 Modules.mp4 140.29Мб
273 Top-Level await (ES2022).en_US.srt 18.43Кб
273 Top-Level await (ES2022).mp4 162.39Мб
274 The Module Pattern.en_US.srt 13.53Кб
274 The Module Pattern.mp4 100.80Мб
275 CommonJS Modules.en_US.srt 7.16Кб
275 CommonJS Modules.mp4 23.80Мб
276 A Brief Introduction to the Command Line.en_US.srt 17.10Кб
276 A Brief Introduction to the Command Line.mp4 64.57Мб
277 Introduction to NPM.en_US.srt 23.62Кб
277 Introduction to NPM.mp4 187.96Мб
278 Bundling With Parcel and NPM Scripts.en_US.srt 29.20Кб
278 Bundling With Parcel and NPM Scripts.mp4 281.15Мб
279 Configuring Babel and Polyfilling.en_US.srt 23.16Кб
279 Configuring Babel and Polyfilling.mp4 207.83Мб
280 Review_ Writing Clean and Modern JavaScript.en_US.srt 15.50Кб
280 Review_ Writing Clean and Modern JavaScript.mp4 35.72Мб
281 Let's Fix Some Bad Code_ Part 1.en_US.srt 29.94Кб
281 Let's Fix Some Bad Code_ Part 1.mp4 194.53Мб
282 Declarative and Functional JavaScript Principles.en_US.srt 17.59Кб
282 Declarative and Functional JavaScript Principles.mp4 59.22Мб
283 Let's Fix Some Bad Code_ Part 2.en_US.srt 50.51Кб
283 Let's Fix Some Bad Code_ Part 2.mp4 311.66Мб
284 Section Intro.en_US.srt 1.08Кб
284 Section Intro.mp4 9.44Мб
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.01Мб
287 Latest Code Updates (Parcel v2 and more).html 1.94Кб
288 Loading a Recipe from API.en_US.srt 29.58Кб
288 Loading a Recipe from API.mp4 247.35Мб
289 Rendering the Recipe.en_US.srt 31.08Кб
289 Rendering the Recipe.mp4 288.04Мб
290 Listening For load and hashchange Events.en_US.srt 14.83Кб
290 Listening For load and hashchange Events.mp4 126.07Мб
291 The MVC Architecture.en_US.srt 22.13Кб
291 The MVC Architecture.mp4 81.56Мб
292 Refactoring for MVC.en_US.srt 50.32Кб
292 Refactoring for MVC.mp4 474.41Мб
293 Helpers and Configuration Files.en_US.srt 27.76Кб
293 Helpers and Configuration Files.mp4 123.36Мб
294 Event Handlers in MVC_ Publisher-Subscriber Pattern.en_US.srt 20.05Кб
294 Event Handlers in MVC_ Publisher-Subscriber Pattern.mp4 155.30Мб
295 Implementing Error and Success Messages.en_US.srt 15.08Кб
295 Implementing Error and Success Messages.mp4 153.56Мб
296 Implementing Search Results - Part 1.en_US.srt 35.27Кб
296 Implementing Search Results - Part 1.mp4 316.63Мб
297 Implementing Search Results - Part 2.en_US.srt 34.73Кб
297 Implementing Search Results - Part 2.mp4 319.25Мб
298 Implementing Pagination - Part 1.en_US.srt 14.21Кб
298 Implementing Pagination - Part 1.mp4 84.54Мб
299 Implementing Pagination - Part 2.en_US.srt 46.49Кб
299 Implementing Pagination - Part 2.mp4 265.90Мб
300 Project Planning II.en_US.srt 4.43Кб
300 Project Planning II.mp4 18.17Мб
301 Updating Recipe Servings.en_US.srt 31.69Кб
301 Updating Recipe Servings.mp4 202.40Мб
302 Developing a DOM Updating Algorithm.en_US.srt 45.73Кб
302 Developing a DOM Updating Algorithm.mp4 385.76Мб
303 Implementing Bookmarks - Part 1.en_US.srt 29.70Кб
303 Implementing Bookmarks - Part 1.mp4 366.43Мб
304 Implementing Bookmarks - Part 2.en_US.srt 22.97Кб
304 Implementing Bookmarks - Part 2.mp4 146.67Мб
305 Storing Bookmarks With localStorage.en_US.srt 20.92Кб
305 Storing Bookmarks With localStorage.mp4 290.01Мб
306 Project Planning III.en_US.srt 2.86Кб
306 Project Planning III.mp4 14.57Мб
307 Uploading a New Recipe - Part 1.en_US.srt 19.94Кб
307 Uploading a New Recipe - Part 1.mp4 191.87Мб
308 Uploading a New Recipe - Part 2.en_US.srt 45.69Кб
308 Uploading a New Recipe - Part 2.mp4 415.01Мб
309 Uploading a New Recipe - Part 3.en_US.srt 22.77Кб
309 Uploading a New Recipe - Part 3.mp4 287.95Мб
310 Wrapping Up_ Final Considerations.en_US.srt 20.26Кб
310 Wrapping Up_ Final Considerations.mp4 84.90Мб
311 Section Intro.en_US.srt 991б
311 Section Intro.mp4 5.23Мб
312 Get-starter-code-if-you-havent-yet-.txt 63б
312 Section Roadmap.html 1.20Кб
313 Simple Deployment With Netlify.en_US.srt 15.02Кб
313 Simple Deployment With Netlify.mp4 56.38Мб
314 Setting Up Git and GitHub.en_US.srt 10.50Кб
314 Setting Up Git and GitHub.mp4 77.92Мб
315 Git Fundamentals.en_US.srt 25.88Кб
315 Git Fundamentals.mp4 172.94Мб
316 Pushing to GitHub.en_US.srt 13.55Кб
316 Pushing to GitHub.mp4 80.98Мб
317 Setting Up Continuous Integration With Netlify.en_US.srt 12.31Кб
317 Setting Up Continuous Integration With Netlify.mp4 98.45Мб
318 Where to Go from Here.en_US.srt 3.76Кб
318 Where to Go from Here.mp4 23.35Мб
319 My Other Courses + Updates.html 2.62Кб
Статистика распространения по странам
Россия (RU) 16
Грузия (GE) 4
Украина (UA) 2
Беларусь (BY) 1
Хорватия (HR) 1
Румыния (RO) 1
Нидерланды (NL) 1
Азербайджан (AZ) 1
Венесуэла (VE) 1
США (US) 1
Малайзия (MY) 1
Польша (PL) 1
Узбекистан (UZ) 1
Бельгия (BE) 1
Франция (FR) 1
Пуэрто-Рико (PR) 1
Всего 35
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент