FileMood

Download [04-2022] the-complete-javascript-course

04 2022 the complete javascript course

Name

[04-2022] the-complete-javascript-course

 DOWNLOAD Copy Link

Total Size

39.2 GB

Total Files

638

Last Seen

2024-11-12 02:10

Hash

3BD7F2F42D78797C65EC7730A355C637D3646430

/01 Welcome, Welcome, Welcome!/

001 Course Structure and Projects.en_US.srt

7.3 KB

001 Course Structure and Projects.mp4

53.3 MB

002 Watch Before You Start!.en_US.srt

8.9 KB

002 Watch Before You Start!.mp4

34.8 MB

003 course-material-v2.1.zip

29.8 MB

003 Download-all-starter-code.txt

0.1 KB

003 Read Before You Start!.html

2.4 KB

004 Migration Guide to v2 + Old Course.html

4.6 KB

004 migration-guide.pdf

321.9 KB

005 Setting Up Our Code Editor.en_US.srt

11.9 KB

005 Setting Up Our Code Editor.mp4

53.3 MB

/02 JavaScript Fundamentals _ Part 1/

006 Section Intro.en_US.srt

1.2 KB

006 Section Intro.mp4

9.3 MB

007 Hello World!.en_US.srt

8.7 KB

007 Hello World!.mp4

16.9 MB

008 A Brief Introduction to JavaScript.en_US.srt

17.9 KB

008 A Brief Introduction to JavaScript.mp4

41.8 MB

008 theory-lectures-v2.pdf

30.8 MB

009 Linking a JavaScript File.en_US.srt

22.1 KB

009 Linking a JavaScript File.mp4

83.3 MB

010 Values and Variables.en_US.srt

22.4 KB

010 Values and Variables.mp4

93.8 MB

011 assignments-js-fundamentals.pdf

1.7 MB

011 Practice Assignments.html

1.1 KB

012 Data Types.en_US.srt

26.3 KB

012 Data Types.mp4

115.9 MB

013 let, const and var.en_US.srt

13.8 KB

013 let, const and var.mp4

56.7 MB

014 Basic Operators.en_US.srt

25.8 KB

014 Basic Operators.mp4

127.8 MB

015 Operator Precedence.en_US.srt

15.8 KB

015 Operator Precedence.mp4

106.0 MB

016 all-coding-challenges.pdf

2.0 MB

016 Coding Challenge #1.en_US.srt

14.8 KB

016 Coding Challenge #1.mp4

80.4 MB

017 Strings and Template Literals.en_US.srt

16.3 KB

017 Strings and Template Literals.mp4

70.4 MB

018 Taking Decisions_ if _ else Statements.en_US.srt

18.5 KB

018 Taking Decisions_ if _ else Statements.mp4

68.2 MB

019 Coding Challenge #2.en_US.srt

7.3 KB

019 Coding Challenge #2.mp4

51.2 MB

020 Type Conversion and Coercion.en_US.srt

24.6 KB

020 Type Conversion and Coercion.mp4

95.6 MB

021 Truthy and Falsy Values.en_US.srt

13.9 KB

021 Truthy and Falsy Values.mp4

49.5 MB

022 Equality Operators_ == vs. ===.en_US.srt

23.2 KB

022 Equality Operators_ == vs. ===.mp4

92.3 MB

023 Boolean Logic.en_US.srt

13.8 KB

023 Boolean Logic.mp4

33.5 MB

024 Logical Operators.en_US.srt

13.6 KB

024 Logical Operators.mp4

76.5 MB

025 Coding Challenge #3.en_US.srt

19.9 KB

025 Coding Challenge #3.mp4

179.8 MB

026 The switch Statement.en_US.srt

16.2 KB

026 The switch Statement.mp4

101.0 MB

027 Statements and Expressions.en_US.srt

9.1 KB

027 Statements and Expressions.mp4

33.2 MB

028 The Conditional (Ternary) Operator.en_US.srt

13.7 KB

028 The Conditional (Ternary) Operator.mp4

65.5 MB

029 Coding Challenge #4.en_US.srt

11.8 KB

029 Coding Challenge #4.mp4

100.3 MB

030 JavaScript Releases_ ES5, ES6+ and ESNext.en_US.srt

22.5 KB

030 JavaScript Releases_ ES5, ES6+ and ESNext.mp4

66.4 MB

/03 JavaScript Fundamentals _ Part 2/

031 Section Intro.en_US.srt

0.8 KB

031 Section Intro.mp4

4.6 MB

032 Activating Strict Mode.en_US.srt

15.0 KB

032 Activating Strict Mode.mp4

43.5 MB

033 Functions.en_US.srt

27.1 KB

033 Functions.mp4

122.2 MB

034 Function Declarations vs. Expressions.en_US.srt

14.8 KB

034 Function Declarations vs. Expressions.mp4

56.6 MB

035 Arrow Functions.en_US.srt

14.3 KB

035 Arrow Functions.mp4

53.7 MB

036 Functions Calling Other Functions.en_US.srt

14.5 KB

036 Functions Calling Other Functions.mp4

86.1 MB

037 Reviewing Functions.en_US.srt

23.1 KB

037 Reviewing Functions.mp4

109.4 MB

038 Coding Challenge #1.en_US.srt

24.8 KB

038 Coding Challenge #1.mp4

198.4 MB

039 Introduction to Arrays.en_US.srt

31.3 KB

039 Introduction to Arrays.mp4

187.9 MB

040 Basic Array Operations (Methods).en_US.srt

15.3 KB

040 Basic Array Operations (Methods).mp4

125.8 MB

041 Coding Challenge #2.en_US.srt

12.4 KB

041 Coding Challenge #2.mp4

112.4 MB

042 Introduction to Objects.en_US.srt

9.0 KB

042 Introduction to Objects.mp4

32.9 MB

043 Dot vs. Bracket Notation.en_US.srt

26.1 KB

043 Dot vs. Bracket Notation.mp4

210.6 MB

044 Object Methods.en_US.srt

31.5 KB

044 Object Methods.mp4

228.3 MB

045 Coding Challenge #3.en_US.srt

15.9 KB

045 Coding Challenge #3.mp4

131.1 MB

046 Iteration_ The for Loop.en_US.srt

15.3 KB

046 Iteration_ The for Loop.mp4

87.7 MB

047 Looping Arrays, Breaking and Continuing.en_US.srt

32.3 KB

047 Looping Arrays, Breaking and Continuing.mp4

229.6 MB

048 Looping Backwards and Loops in Loops.en_US.srt

15.2 KB

048 Looping Backwards and Loops in Loops.mp4

111.5 MB

049 The while Loop.en_US.srt

16.0 KB

049 The while Loop.mp4

74.1 MB

050 Coding Challenge #4.en_US.srt

21.9 KB

050 Coding Challenge #4.mp4

150.3 MB

/04 How to Navigate This Course/

051 Pathways and Section Roadmaps.en_US.srt

6.0 KB

051 Pathways and Section Roadmaps.mp4

26.8 MB

052 Course Pathways.html

0.7 KB

052 pathways.pdf

4.8 MB

/05 Developer Skills & Editor Setup/

053 Section Intro.en_US.srt

0.8 KB

053 Section Intro.mp4

5.1 MB

054 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

054 Section Roadmap.html

1.2 KB

055 Setting up Prettier and VS Code.en_US.srt

25.1 KB

055 Setting up Prettier and VS Code.mp4

103.4 MB

056 Installing Node.js and Setting Up a Dev Environment.en_US.srt

16.4 KB

056 Installing Node.js and Setting Up a Dev Environment.mp4

79.1 MB

057 Learning How to Code.en_US.srt

27.7 KB

057 Learning How to Code.mp4

106.2 MB

058 How to Think Like a Developer_ Become a Problem Solver!.en_US.srt

16.3 KB

058 How to Think Like a Developer_ Become a Problem Solver!.mp4

61.2 MB

059 Using Google, StackOverflow and MDN.en_US.srt

34.3 KB

059 Using Google, StackOverflow and MDN.mp4

213.4 MB

060 Debugging (Fixing Errors).en_US.srt

7.7 KB

060 Debugging (Fixing Errors).mp4

20.9 MB

061 Debugging with the Console and Breakpoints.en_US.srt

26.4 KB

061 Debugging with the Console and Breakpoints.mp4

154.9 MB

062 Coding Challenge #1.en_US.srt

20.1 KB

062 Coding Challenge #1.mp4

155.8 MB

/06 [OPTIONAL] HTML & CSS Crash Course/

063 Section Intro.en_US.srt

0.9 KB

063 Section Intro.mp4

5.1 MB

064 Basic HTML Structure and Elements.en_US.srt

13.5 KB

064 Basic HTML Structure and Elements.mp4

47.7 MB

065 Attributes, Classes and IDs.en_US.srt

18.9 KB

065 Attributes, Classes and IDs.mp4

88.3 MB

066 Basic Styling with CSS.en_US.srt

17.9 KB

066 Basic Styling with CSS.mp4

114.3 MB

067 Introduction to the CSS Box Model.en_US.srt

30.7 KB

067 Introduction to the CSS Box Model.mp4

199.1 MB

/07 JavaScript in the Browser_ DOM and Events Fundamentals/

068 Section Intro.en_US.srt

1.1 KB

068 Section Intro.mp4

6.2 MB

069 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

069 Section Roadmap.html

1.4 KB

070 PROJECT #1_ Guess My Number!.en_US.srt

13.8 KB

070 PROJECT #1_ Guess My Number!.mp4

40.6 MB

071 What's the DOM and DOM Manipulation.en_US.srt

9.7 KB

071 What's the DOM and DOM Manipulation.mp4

31.4 MB

072 Selecting and Manipulating Elements.en_US.srt

11.8 KB

072 Selecting and Manipulating Elements.mp4

56.3 MB

073 Handling Click Events.en_US.srt

19.2 KB

073 Handling Click Events.mp4

129.0 MB

074 Implementing the Game Logic.en_US.srt

25.6 KB

074 Implementing the Game Logic.mp4

99.5 MB

075 Manipulating CSS Styles.en_US.srt

12.5 KB

075 Manipulating CSS Styles.mp4

109.2 MB

076 Coding Challenge #1.en_US.srt

16.1 KB

076 Coding Challenge #1.mp4

84.2 MB

077 Implementing Highscores.en_US.srt

10.2 KB

077 Implementing Highscores.mp4

82.1 MB

078 Refactoring Our Code_ The DRY Principle.en_US.srt

20.0 KB

078 Refactoring Our Code_ The DRY Principle.mp4

118.7 MB

079 PROJECT #2_ Modal Window.en_US.srt

19.1 KB

079 PROJECT #2_ Modal Window.mp4

96.4 MB

080 Working With Classes.en_US.srt

25.5 KB

080 Working With Classes.mp4

268.7 MB

081 Handling an _Esc_ Keypress Event.en_US.srt

21.3 KB

081 Handling an _Esc_ Keypress Event.mp4

138.9 MB

082 PROJECT #3_ Pig Game.en_US.srt

24.7 KB

082 PROJECT #3_ Pig Game.mp4

89.3 MB

083 Rolling the Dice.en_US.srt

20.5 KB

083 Rolling the Dice.mp4

91.8 MB

084 Switching the Active Player.en_US.srt

20.1 KB

084 Switching the Active Player.mp4

85.2 MB

085 Holding Current Score.en_US.srt

33.9 KB

085 Holding Current Score.mp4

311.7 MB

086 Resetting the Game.en_US.srt

21.8 KB

086 Resetting the Game.mp4

109.7 MB

/08 How JavaScript Works Behind the Scenes/

087 Section Intro.en_US.srt

2.1 KB

087 Section Intro.mp4

17.6 MB

088 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

088 Section Roadmap.html

1.4 KB

089 An High-Level Overview of JavaScript.en_US.srt

17.7 KB

089 An High-Level Overview of JavaScript.mp4

60.7 MB

090 The JavaScript Engine and Runtime.en_US.srt

19.9 KB

090 The JavaScript Engine and Runtime.mp4

61.6 MB

091 Execution Contexts and The Call Stack.en_US.srt

26.0 KB

091 Execution Contexts and The Call Stack.mp4

70.2 MB

092 Scope and The Scope Chain.en_US.srt

37.0 KB

092 Scope and The Scope Chain.mp4

134.1 MB

093 Scoping in Practice.en_US.srt

31.6 KB

093 Scoping in Practice.mp4

93.1 MB

094 Variable Environment_ Hoisting and The TDZ.en_US.srt

16.8 KB

094 Variable Environment_ Hoisting and The TDZ.mp4

51.0 MB

095 Hoisting and TDZ in Practice.en_US.srt

19.7 KB

095 Hoisting and TDZ in Practice.mp4

88.9 MB

096 The this Keyword.en_US.srt

10.8 KB

096 The this Keyword.mp4

33.0 MB

097 The this Keyword in Practice.en_US.srt

18.5 KB

097 The this Keyword in Practice.mp4

91.2 MB

098 Regular Functions vs. Arrow Functions.en_US.srt

23.7 KB

098 Regular Functions vs. Arrow Functions.mp4

133.7 MB

099 Primitives vs. Objects (Primitive vs. Reference Types).en_US.srt

21.7 KB

099 Primitives vs. Objects (Primitive vs. Reference Types).mp4

61.0 MB

100 Primitives vs. Objects in Practice.en_US.srt

20.3 KB

100 Primitives vs. Objects in Practice.mp4

111.1 MB

/09 Data Structures, Modern Operators and Strings/

101 Section Intro.en_US.srt

1.1 KB

101 Section Intro.mp4

9.8 MB

102 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

102 Section Roadmap.html

1.2 KB

103 Destructuring Arrays.en_US.srt

25.8 KB

103 Destructuring Arrays.mp4

134.7 MB

104 Destructuring Objects.en_US.srt

26.5 KB

104 Destructuring Objects.mp4

167.5 MB

105 The Spread Operator (...).en_US.srt

28.6 KB

105 The Spread Operator (...).mp4

253.0 MB

106 Rest Pattern and Parameters.en_US.srt

24.4 KB

106 Rest Pattern and Parameters.mp4

132.4 MB

107 Short Circuiting (&& and __).en_US.srt

22.3 KB

107 Short Circuiting (&& and __).mp4

129.1 MB

108 The Nullish Coalescing Operator (__).en_US.srt

4.7 KB

108 The Nullish Coalescing Operator (__).mp4

38.5 MB

109 Logical Assignment Operators.en_US.srt

16.3 KB

109 Logical Assignment Operators.mp4

92.0 MB

110 Coding Challenge #1.en_US.srt

20.8 KB

110 Coding Challenge #1.mp4

206.2 MB

111 Looping Arrays_ The for-of Loop.en_US.srt

10.5 KB

111 Looping Arrays_ The for-of Loop.mp4

89.2 MB

112 Enhanced Object Literals.en_US.srt

8.6 KB

112 Enhanced Object Literals.mp4

88.4 MB

113 Optional Chaining (_.).en_US.srt

21.8 KB

113 Optional Chaining (_.).mp4

189.6 MB

114 Looping Objects_ Object Keys, Values, and Entries.en_US.srt

13.4 KB

114 Looping Objects_ Object Keys, Values, and Entries.mp4

127.2 MB

115 Coding Challenge #2.en_US.srt

18.8 KB

115 Coding Challenge #2.mp4

179.5 MB

116 Sets.en_US.srt

19.0 KB

116 Sets.mp4

166.7 MB

117 Maps_ Fundamentals.en_US.srt

18.9 KB

117 Maps_ Fundamentals.mp4

119.7 MB

118 Maps_ Iteration.en_US.srt

17.3 KB

118 Maps_ Iteration.mp4

114.3 MB

119 Summary_ Which Data Structure to Use_.en_US.srt

13.6 KB

119 Summary_ Which Data Structure to Use_.mp4

55.3 MB

120 Coding Challenge #3.en_US.srt

11.8 KB

120 Coding Challenge #3.mp4

73.4 MB

121 Working With Strings - Part 1.en_US.srt

22.5 KB

121 Working With Strings - Part 1.mp4

210.4 MB

122 Working With Strings - Part 2.en_US.srt

7.0 KB

122 Working With Strings - Part 2.mp4

192.3 MB

123 Working With Strings - Part 3.en_US.srt

28.2 KB

123 Working With Strings - Part 3.mp4

194.5 MB

124 Coding Challenge #4.en_US.srt

18.5 KB

124 Coding Challenge #4.mp4

136.1 MB

125 String Methods Practice.en_US.srt

20.9 KB

125 String Methods Practice.mp4

221.7 MB

/10 A Closer Look at Functions/

126 Section Intro.en_US.srt

1.0 KB

126 Section Intro.mp4

9.2 MB

127 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

127 Section Roadmap.html

1.2 KB

128 Default Parameters.en_US.srt

12.5 KB

128 Default Parameters.mp4

60.7 MB

129 How Passing Arguments Works_ Value vs. Reference.en_US.srt

18.5 KB

129 How Passing Arguments Works_ Value vs. Reference.mp4

92.4 MB

130 First-Class and Higher-Order Functions.en_US.srt

8.5 KB

130 First-Class and Higher-Order Functions.mp4

32.8 MB

131 Functions Accepting Callback Functions.en_US.srt

22.0 KB

131 Functions Accepting Callback Functions.mp4

162.1 MB

132 Functions Returning Functions.en_US.srt

9.1 KB

132 Functions Returning Functions.mp4

39.7 MB

133 The call and apply Methods.en_US.srt

22.9 KB

133 The call and apply Methods.mp4

179.1 MB

134 The bind Method.en_US.srt

28.5 KB

134 The bind Method.mp4

174.2 MB

135 Coding Challenge #1.en_US.srt

24.9 KB

135 Coding Challenge #1.mp4

157.3 MB

136 Immediately Invoked Function Expressions (IIFE).en_US.srt

11.6 KB

136 Immediately Invoked Function Expressions (IIFE).mp4

48.6 MB

137 Closures.en_US.srt

28.4 KB

137 Closures.mp4

153.3 MB

138 More Closure Examples.en_US.srt

19.4 KB

138 More Closure Examples.mp4

113.4 MB

139 Coding Challenge #2.en_US.srt

7.6 KB

139 Coding Challenge #2.mp4

28.0 MB

/11 Working With Arrays/

140 Section Intro.en_US.srt

1.1 KB

140 Section Intro.mp4

9.7 MB

141 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

141 Section Roadmap.html

1.5 KB

142 Simple Array Methods.en_US.srt

21.4 KB

142 Simple Array Methods.mp4

119.5 MB

143 The new at Method.en_US.srt

8.4 KB

143 The new at Method.mp4

28.4 MB

144 Looping Arrays_ forEach.en_US.srt

18.7 KB

144 Looping Arrays_ forEach.mp4

142.6 MB

145 forEach With Maps and Sets.en_US.srt

6.7 KB

145 forEach With Maps and Sets.mp4

34.3 MB

146 PROJECT_ _Bankist_ App.en_US.srt

14.4 KB

146 PROJECT_ _Bankist_ App.mp4

55.7 MB

147 Creating DOM Elements.en_US.srt

26.6 KB

147 Creating DOM Elements.mp4

165.0 MB

148 Coding Challenge #1.en_US.srt

9.8 KB

148 Coding Challenge #1.mp4

97.7 MB

149 Data Transformations_ map, filter, reduce.en_US.srt

6.8 KB

149 Data Transformations_ map, filter, reduce.mp4

20.5 MB

150 The map Method.en_US.srt

21.0 KB

150 The map Method.mp4

127.0 MB

151 Computing Usernames.en_US.srt

16.3 KB

151 Computing Usernames.mp4

97.4 MB

152 The filter Method.en_US.srt

8.1 KB

152 The filter Method.mp4

60.7 MB

153 The reduce Method.en_US.srt

28.3 KB

153 The reduce Method.mp4

214.8 MB

154 Coding Challenge #2.en_US.srt

12.6 KB

154 Coding Challenge #2.mp4

82.3 MB

155 The Magic of Chaining Methods.en_US.srt

25.4 KB

155 The Magic of Chaining Methods.mp4

238.9 MB

156 Coding Challenge #3.en_US.srt

5.6 KB

156 Coding Challenge #3.mp4

46.2 MB

157 The find Method.en_US.srt

9.3 KB

157 The find Method.mp4

47.8 MB

158 Implementing Login.en_US.srt

31.8 KB

158 Implementing Login.mp4

299.6 MB

159 Implementing Transfers.en_US.srt

27.5 KB

159 Implementing Transfers.mp4

264.4 MB

160 The findIndex Method.en_US.srt

15.4 KB

160 The findIndex Method.mp4

154.1 MB

161 some and every.en_US.srt

18.5 KB

161 some and every.mp4

151.5 MB

162 flat and flatMap.en_US.srt

13.6 KB

162 flat and flatMap.mp4

76.7 MB

163 Sorting Arrays.en_US.srt

29.5 KB

163 Sorting Arrays.mp4

142.7 MB

164 More Ways of Creating and Filling Arrays.en_US.srt

27.0 KB

164 More Ways of Creating and Filling Arrays.mp4

139.6 MB

165 Summary_ Which Array Method to Use_.en_US.srt

10.4 KB

165 Summary_ Which Array Method to Use_.mp4

35.6 MB

166 Array Methods Practice.en_US.srt

41.3 KB

166 Array Methods Practice.mp4

247.4 MB

167 Coding Challenge #4.en_US.srt

29.3 KB

167 Coding Challenge #4.mp4

270.5 MB

/12 Numbers, Dates, Intl and Timers/

168 Section Intro.en_US.srt

1.1 KB

168 Section Intro.mp4

9.3 MB

169 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

169 Section Roadmap.html

1.2 KB

170 Converting and Checking Numbers.en_US.srt

23.4 KB

170 Converting and Checking Numbers.mp4

164.4 MB

171 Math and Rounding.en_US.srt

22.2 KB

171 Math and Rounding.mp4

204.5 MB

172 The Remainder Operator.en_US.srt

14.0 KB

172 The Remainder Operator.mp4

101.9 MB

173 Numeric Separators.en_US.srt

9.2 KB

173 Numeric Separators.mp4

33.5 MB

174 Working with BigInt.en_US.srt

14.7 KB

174 Working with BigInt.mp4

101.9 MB

175 Creating Dates.en_US.srt

15.7 KB

175 Creating Dates.mp4

98.6 MB

176 Adding Dates to _Bankist_ App.en_US.srt

28.5 KB

176 Adding Dates to _Bankist_ App.mp4

301.5 MB

177 Operations With Dates.en_US.srt

22.4 KB

177 Operations With Dates.mp4

182.9 MB

178 Internationalizing Dates (Intl).en_US.srt

21.6 KB

178 Internationalizing Dates (Intl).mp4

222.0 MB

179 Internationalizing Numbers (Intl).en_US.srt

27.4 KB

179 Internationalizing Numbers (Intl).mp4

288.4 MB

180 Timers_ setTimeout and setInterval.en_US.srt

18.5 KB

180 Timers_ setTimeout and setInterval.mp4

137.8 MB

181 Implementing a Countdown Timer.en_US.srt

35.6 KB

181 Implementing a Countdown Timer.mp4

356.7 MB

/13 Advanced DOM and Events/

182 Section Intro.en_US.srt

1.5 KB

182 Section Intro.mp4

11.4 MB

183 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

183 Section Roadmap.html

1.2 KB

184 PROJECT_ _Bankist_ Website.en_US.srt

12.2 KB

184 PROJECT_ _Bankist_ Website.mp4

102.1 MB

185 How the DOM Really Works.en_US.srt

14.4 KB

185 How the DOM Really Works.mp4

48.8 MB

186 Selecting, Creating, and Deleting Elements.en_US.srt

25.2 KB

186 Selecting, Creating, and Deleting Elements.mp4

241.5 MB

187 Styles, Attributes and Classes.en_US.srt

25.7 KB

187 Styles, Attributes and Classes.mp4

332.6 MB

188 Implementing Smooth Scrolling.en_US.srt

19.3 KB

188 Implementing Smooth Scrolling.mp4

236.6 MB

189 Types of Events and Event Handlers.en_US.srt

13.6 KB

189 Types of Events and Event Handlers.mp4

77.8 MB

190 Event Propagation_ Bubbling and Capturing.en_US.srt

6.9 KB

190 Event Propagation_ Bubbling and Capturing.mp4

19.8 MB

191 Event Propagation in Practice.en_US.srt

24.0 KB

191 Event Propagation in Practice.mp4

216.6 MB

192 Event Delegation_ Implementing Page Navigation.en_US.srt

25.5 KB

192 Event Delegation_ Implementing Page Navigation.mp4

242.1 MB

193 DOM Traversing.en_US.srt

19.3 KB

193 DOM Traversing.mp4

120.2 MB

194 Building a Tabbed Component.en_US.srt

32.0 KB

194 Building a Tabbed Component.mp4

418.1 MB

195 Passing Arguments to Event Handlers.en_US.srt

25.9 KB

195 Passing Arguments to Event Handlers.mp4

252.5 MB

196 Implementing a Sticky Navigation_ The Scroll Event.en_US.srt

10.7 KB

196 Implementing a Sticky Navigation_ The Scroll Event.mp4

108.1 MB

197 A Better Way_ The Intersection Observer API.en_US.srt

32.2 KB

197 A Better Way_ The Intersection Observer API.mp4

291.1 MB

198 Revealing Elements on Scroll.en_US.srt

16.8 KB

198 Revealing Elements on Scroll.mp4

174.6 MB

199 Lazy Loading Images.en_US.srt

23.6 KB

199 Lazy Loading Images.mp4

349.0 MB

200 Building a Slider Component_ Part 1.en_US.srt

30.3 KB

200 Building a Slider Component_ Part 1.mp4

361.2 MB

201 Building a Slider Component_ Part 2.en_US.srt

24.9 KB

201 Building a Slider Component_ Part 2.mp4

355.2 MB

202 Lifecycle DOM Events.en_US.srt

12.5 KB

202 Lifecycle DOM Events.mp4

110.5 MB

203 Efficient Script Loading_ defer and async.en_US.srt

19.3 KB

203 Efficient Script Loading_ defer and async.mp4

120.1 MB

/14 Object-Oriented Programming (OOP) With JavaScript/

204 Section Intro.en_US.srt

1.5 KB

204 Section Intro.mp4

11.9 MB

205 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

205 Section Roadmap.html

1.3 KB

206 What is Object-Oriented Programming_.en_US.srt

32.1 KB

206 What is Object-Oriented Programming_.mp4

109.3 MB

207 OOP in JavaScript.en_US.srt

14.0 KB

207 OOP in JavaScript.mp4

49.0 MB

208 Constructor Functions and the new Operator.en_US.srt

19.7 KB

208 Constructor Functions and the new Operator.mp4

85.0 MB

209 Prototypes.en_US.srt

20.6 KB

209 Prototypes.mp4

162.9 MB

210 Prototypal Inheritance and The Prototype Chain.en_US.srt

15.3 KB

210 Prototypal Inheritance and The Prototype Chain.mp4

54.5 MB

211 Prototypal Inheritance on Built-In Objects.en_US.srt

20.1 KB

211 Prototypal Inheritance on Built-In Objects.mp4

187.3 MB

212 Coding Challenge #1.en_US.srt

10.0 KB

212 Coding Challenge #1.mp4

57.4 MB

213 ES6 Classes.en_US.srt

17.9 KB

213 ES6 Classes.mp4

116.7 MB

214 Setters and Getters.en_US.srt

15.8 KB

214 Setters and Getters.mp4

86.4 MB

215 Static Methods.en_US.srt

8.2 KB

215 Static Methods.mp4

82.0 MB

216 Object.create.en_US.srt

14.7 KB

216 Object.create.mp4

108.7 MB

217 Coding Challenge #2.en_US.srt

7.3 KB

217 Coding Challenge #2.mp4

69.9 MB

218 Inheritance Between _Classes__ Constructor Functions.en_US.srt

28.7 KB

218 Inheritance Between _Classes__ Constructor Functions.mp4

203.4 MB

219 Coding Challenge #3.en_US.srt

14.0 KB

219 Coding Challenge #3.mp4

123.0 MB

220 Inheritance Between _Classes__ ES6 Classes.en_US.srt

14.3 KB

220 Inheritance Between _Classes__ ES6 Classes.mp4

79.9 MB

221 Inheritance Between _Classes__ Object.create.en_US.srt

11.5 KB

221 Inheritance Between _Classes__ Object.create.mp4

65.0 MB

222 Another Class Example.en_US.srt

13.4 KB

222 Another Class Example.mp4

82.3 MB

223 Encapsulation_ Protected Properties and Methods.en_US.srt

9.1 KB

223 Encapsulation_ Protected Properties and Methods.mp4

80.5 MB

224 Encapsulation_ Private Class Fields and Methods.en_US.srt

21.9 KB

224 Encapsulation_ Private Class Fields and Methods.mp4

137.8 MB

225 Chaining Methods.en_US.srt

6.2 KB

225 Chaining Methods.mp4

58.4 MB

226 ES6 Classes Summary.en_US.srt

10.0 KB

226 ES6 Classes Summary.mp4

73.8 MB

227 Coding Challenge #4.en_US.srt

12.2 KB

227 Coding Challenge #4.mp4

73.8 MB

/15 Mapty App_ OOP, Geolocation, External Libraries, and More!/

228 Section Intro.en_US.srt

1.3 KB

228 Section Intro.mp4

10.4 MB

229 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

229 Section Roadmap.html

1.4 KB

230 Project Overview.en_US.srt

7.6 KB

230 Project Overview.mp4

81.3 MB

231 How to Plan a Web Project.en_US.srt

27.1 KB

231 How to Plan a Web Project.mp4

58.9 MB

232 Using the Geolocation API.en_US.srt

11.0 KB

232 Using the Geolocation API.mp4

74.9 MB

233 Displaying a Map Using Leaflet Library.en_US.srt

19.1 KB

233 Displaying a Map Using Leaflet Library.mp4

213.0 MB

234 Displaying a Map Marker.en_US.srt

27.8 KB

234 Displaying a Map Marker.mp4

357.4 MB

235 Rendering Workout Input Form.en_US.srt

22.4 KB

235 Rendering Workout Input Form.mp4

208.0 MB

236 Project Architecture.en_US.srt

15.1 KB

236 Project Architecture.mp4

55.5 MB

237 Refactoring for Project Architecture.en_US.srt

31.2 KB

237 Refactoring for Project Architecture.mp4

287.4 MB

238 Managing Workout Data_ Creating Classes.en_US.srt

20.4 KB

238 Managing Workout Data_ Creating Classes.mp4

248.5 MB

239 Creating a New Workout.en_US.srt

44.4 KB

239 Creating a New Workout.mp4

557.1 MB

240 Rendering Workouts.en_US.srt

31.7 KB

240 Rendering Workouts.mp4

441.7 MB

241 Move to Marker On Click.en_US.srt

21.3 KB

241 Move to Marker On Click.mp4

243.0 MB

242 Working with localStorage.en_US.srt

35.7 KB

242 Working with localStorage.mp4

465.3 MB

243 Final Considerations.en_US.srt

8.9 KB

243 Final Considerations.mp4

33.7 MB

/16 Asynchronous JavaScript_ Promises, Async_Await, and AJAX/

244 Section Intro.en_US.srt

1.2 KB

244 Section Intro.mp4

9.7 MB

245 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

245 Section Roadmap.html

1.3 KB

246 Asynchronous JavaScript, AJAX and APIs.en_US.srt

27.6 KB

246 Asynchronous JavaScript, AJAX and APIs.mp4

71.8 MB

247 IMPORTANT_ API URL Change.html

0.9 KB

248 Our First AJAX Call_ XMLHttpRequest.en_US.srt

25.0 KB

248 Our First AJAX Call_ XMLHttpRequest.mp4

222.2 MB

249 [OPTIONAL] How the Web Works_ Requests and Responses.en_US.srt

19.1 KB

249 [OPTIONAL] How the Web Works_ Requests and Responses.mp4

64.8 MB

250 Welcome to Callback Hell.en_US.srt

18.4 KB

250 Welcome to Callback Hell.mp4

222.5 MB

251 Promises and the Fetch API.en_US.srt

14.1 KB

251 Promises and the Fetch API.mp4

46.6 MB

252 Consuming Promises.en_US.srt

12.8 KB

252 Consuming Promises.mp4

80.4 MB

253 Chaining Promises.en_US.srt

13.9 KB

253 Chaining Promises.mp4

78.6 MB

254 Handling Rejected Promises.en_US.srt

21.7 KB

254 Handling Rejected Promises.mp4

168.4 MB

255 Throwing Errors Manually.en_US.srt

19.8 KB

255 Throwing Errors Manually.mp4

188.3 MB

256 Coding Challenge #1.en_US.srt

22.0 KB

256 Coding Challenge #1.mp4

213.7 MB

257 Asynchronous Behind the Scenes_ The Event Loop.en_US.srt

25.3 KB

257 Asynchronous Behind the Scenes_ The Event Loop.mp4

98.2 MB

258 The Event Loop in Practice.en_US.srt

13.0 KB

258 The Event Loop in Practice.mp4

45.4 MB

259 Building a Simple Promise.en_US.srt

26.5 KB

259 Building a Simple Promise.mp4

163.1 MB

260 Promisifying the Geolocation API.en_US.srt

17.8 KB

260 Promisifying the Geolocation API.mp4

93.4 MB

261 Coding Challenge #2.en_US.srt

19.6 KB

261 Coding Challenge #2.mp4

235.2 MB

262 Consuming Promises with Async_Await.en_US.srt

21.7 KB

262 Consuming Promises with Async_Await.mp4

148.3 MB

263 Error Handling With try...catch.en_US.srt

13.1 KB

263 Error Handling With try...catch.mp4

126.8 MB

264 Returning Values from Async Functions.en_US.srt

19.4 KB

264 Returning Values from Async Functions.mp4

154.2 MB

265 Running Promises in Parallel.en_US.srt

13.6 KB

265 Running Promises in Parallel.mp4

71.0 MB

266 Other Promise Combinators_ race, allSettled and any.en_US.srt

16.3 KB

266 Other Promise Combinators_ race, allSettled and any.mp4

124.2 MB

267 Coding Challenge #3.en_US.srt

23.3 KB

267 Coding Challenge #3.mp4

147.0 MB

/17 Modern JavaScript Development_ Modules, Tooling, and Functional/

268 Section Intro.en_US.srt

1.0 KB

268 Section Intro.mp4

8.0 MB

269 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

269 Section Roadmap.html

1.3 KB

270 An Overview of Modern JavaScript Development.en_US.srt

9.5 KB

270 An Overview of Modern JavaScript Development.mp4

34.6 MB

271 An Overview of Modules in JavaScript.en_US.srt

24.1 KB

271 An Overview of Modules in JavaScript.mp4

89.7 MB

272 Exporting and Importing in ES6 Modules.en_US.srt

31.5 KB

272 Exporting and Importing in ES6 Modules.mp4

147.1 MB

273 Top-Level await (ES2022).en_US.srt

18.9 KB

273 Top-Level await (ES2022).mp4

170.3 MB

274 The Module Pattern.en_US.srt

13.9 KB

274 The Module Pattern.mp4

105.7 MB

275 CommonJS Modules.en_US.srt

7.3 KB

275 CommonJS Modules.mp4

25.0 MB

276 A Brief Introduction to the Command Line.en_US.srt

17.5 KB

276 A Brief Introduction to the Command Line.mp4

67.7 MB

277 Introduction to NPM.en_US.srt

24.2 KB

277 Introduction to NPM.mp4

197.1 MB

278 Bundling With Parcel and NPM Scripts.en_US.srt

29.9 KB

278 Bundling With Parcel and NPM Scripts.mp4

294.8 MB

279 Configuring Babel and Polyfilling.en_US.srt

23.7 KB

279 Configuring Babel and Polyfilling.mp4

217.9 MB

280 Review_ Writing Clean and Modern JavaScript.en_US.srt

15.9 KB

280 Review_ Writing Clean and Modern JavaScript.mp4

37.5 MB

281 Let's Fix Some Bad Code_ Part 1.en_US.srt

30.7 KB

281 Let's Fix Some Bad Code_ Part 1.mp4

204.0 MB

282 Declarative and Functional JavaScript Principles.en_US.srt

18.0 KB

282 Declarative and Functional JavaScript Principles.mp4

62.1 MB

283 Let's Fix Some Bad Code_ Part 2.en_US.srt

51.7 KB

283 Let's Fix Some Bad Code_ Part 2.mp4

326.8 MB

/18 Forkify App_ Building a Modern Application/

284 Section Intro.en_US.srt

1.1 KB

284 Section Intro.mp4

9.9 MB

285 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

285 Section Roadmap.html

1.4 KB

286 Project Overview and Planning (I).en_US.srt

21.8 KB

286 Project Overview and Planning (I).mp4

49.3 MB

287 Latest Code Updates (Parcel v2 and more).html

2.0 KB

288 Loading a Recipe from API.en_US.srt

30.3 KB

288 Loading a Recipe from API.mp4

259.4 MB

289 Rendering the Recipe.en_US.srt

31.8 KB

289 Rendering the Recipe.mp4

302.0 MB

290 Listening For load and hashchange Events.en_US.srt

15.2 KB

290 Listening For load and hashchange Events.mp4

132.2 MB

291 The MVC Architecture.en_US.srt

22.7 KB

291 The MVC Architecture.mp4

85.5 MB

292 Refactoring for MVC.en_US.srt

51.5 KB

292 Refactoring for MVC.mp4

497.5 MB

293 Helpers and Configuration Files.en_US.srt

28.4 KB

293 Helpers and Configuration Files.mp4

129.4 MB

294 Event Handlers in MVC_ Publisher-Subscriber Pattern.en_US.srt

20.5 KB

294 Event Handlers in MVC_ Publisher-Subscriber Pattern.mp4

162.8 MB

295 Implementing Error and Success Messages.en_US.srt

15.4 KB

295 Implementing Error and Success Messages.mp4

161.0 MB

296 Implementing Search Results - Part 1.en_US.srt

36.1 KB

296 Implementing Search Results - Part 1.mp4

332.0 MB

297 Implementing Search Results - Part 2.en_US.srt

35.6 KB

297 Implementing Search Results - Part 2.mp4

334.8 MB

298 Implementing Pagination - Part 1.en_US.srt

14.5 KB

298 Implementing Pagination - Part 1.mp4

88.7 MB

299 Implementing Pagination - Part 2.en_US.srt

47.6 KB

299 Implementing Pagination - Part 2.mp4

278.8 MB

300 Project Planning II.en_US.srt

4.5 KB

300 Project Planning II.mp4

19.1 MB

301 Updating Recipe Servings.en_US.srt

32.4 KB

301 Updating Recipe Servings.mp4

212.2 MB

302 Developing a DOM Updating Algorithm.en_US.srt

46.8 KB

302 Developing a DOM Updating Algorithm.mp4

404.5 MB

303 Implementing Bookmarks - Part 1.en_US.srt

30.4 KB

303 Implementing Bookmarks - Part 1.mp4

384.2 MB

304 Implementing Bookmarks - Part 2.en_US.srt

23.5 KB

304 Implementing Bookmarks - Part 2.mp4

153.8 MB

305 Storing Bookmarks With localStorage.en_US.srt

21.4 KB

305 Storing Bookmarks With localStorage.mp4

304.1 MB

306 Project Planning III.en_US.srt

2.9 KB

306 Project Planning III.mp4

15.3 MB

307 Uploading a New Recipe - Part 1.en_US.srt

20.4 KB

307 Uploading a New Recipe - Part 1.mp4

201.2 MB

308 Uploading a New Recipe - Part 2.en_US.srt

46.8 KB

308 Uploading a New Recipe - Part 2.mp4

435.2 MB

309 Uploading a New Recipe - Part 3.en_US.srt

23.3 KB

309 Uploading a New Recipe - Part 3.mp4

301.9 MB

310 Wrapping Up_ Final Considerations.en_US.srt

20.7 KB

310 Wrapping Up_ Final Considerations.mp4

89.0 MB

/19 Setting Up Git and Deployment/

311 Section Intro.en_US.srt

1.0 KB

311 Section Intro.mp4

5.5 MB

312 Get-starter-code-if-you-havent-yet-.txt

0.1 KB

312 Section Roadmap.html

1.2 KB

313 Simple Deployment With Netlify.en_US.srt

15.4 KB

313 Simple Deployment With Netlify.mp4

59.1 MB

314 Setting Up Git and GitHub.en_US.srt

10.8 KB

314 Setting Up Git and GitHub.mp4

81.7 MB

315 Git Fundamentals.en_US.srt

26.5 KB

315 Git Fundamentals.mp4

181.3 MB

316 Pushing to GitHub.en_US.srt

13.9 KB

316 Pushing to GitHub.mp4

84.9 MB

317 Setting Up Continuous Integration With Netlify.en_US.srt

12.6 KB

317 Setting Up Continuous Integration With Netlify.mp4

103.2 MB

/20 The End!/

318 Where to Go from Here.en_US.srt

3.8 KB

318 Where to Go from Here.mp4

24.5 MB

319 My Other Courses + Updates.html

2.7 KB

 

Total files 638


Copyright © 2024 FileMood.com