1. Урок 1. 00:05:26
    Course Structure and Projects
  2. Урок 2. 00:06:10
    Watch Before You Start!
  3. Урок 3. 00:08:24
    Setting Up Our Code Editor
  4. Урок 4. 00:00:54
    Section Intro
  5. Урок 5. 00:05:58
    Hello World!
  6. Урок 6. 00:11:19
    A Brief Introduction to JavaScript
  7. Урок 7. 00:15:56
    Linking a JavaScript File
  8. Урок 8. 00:16:06
    Values and Variables
  9. Урок 9. 00:19:20
    Data Types
  10. Урок 10. 00:09:59
    let, const and var
  11. Урок 11. 00:19:32
    Basic Operators
  12. Урок 12. 00:11:20
    Operator Precedence
  13. Урок 13. 00:10:29
    Coding Challenge #1
  14. Урок 14. 00:10:59
    Strings and Template Literals
  15. Урок 15. 00:12:51
    Taking Decisions: if / else Statements
  16. Урок 16. 00:06:22
    Coding Challenge #2
  17. Урок 17. 00:16:41
    Type Conversion and Coercion
  18. Урок 18. 00:10:04
    Truthy and Falsy Values
  19. Урок 19. 00:15:42
    Equality Operators: == vs. ===
  20. Урок 20. 00:08:31
    Boolean Logic
  21. Урок 21. 00:10:38
    Logical Operators
  22. Урок 22. 00:15:08
    Coding Challenge #3
  23. Урок 23. 00:13:11
    The switch Statement
  24. Урок 24. 00:06:09
    Statements and Expressions
  25. Урок 25. 00:10:03
    The Conditional (Ternary) Operator
  26. Урок 26. 00:09:13
    Coding Challenge #4
  27. Урок 27. 00:14:20
    JavaScript Releases: ES5, ES6+ and ESNext
  28. Урок 28. 00:00:37
    Section Intro
  29. Урок 29. 00:10:28
    Activating Strict Mode
  30. Урок 30. 00:19:09
    Functions
  31. Урок 31. 00:10:40
    Function Declarations vs. Expressions
  32. Урок 32. 00:09:53
    Arrow Functions
  33. Урок 33. 00:10:08
    Functions Calling Other Functions
  34. Урок 34. 00:15:38
    Reviewing Functions
  35. Урок 35. 00:18:13
    Coding Challenge #1
  36. Урок 36. 00:21:35
    Introduction to Arrays
  37. Урок 37. 00:12:53
    Basic Array Operations (Methods)
  38. Урок 38. 00:09:37
    Coding Challenge #2
  39. Урок 39. 00:06:09
    Introduction to Objects
  40. Урок 40. 00:19:22
    Dot vs. Bracket Notation
  41. Урок 41. 00:23:06
    Object Methods
  42. Урок 42. 00:13:00
    Coding Challenge #3
  43. Урок 43. 00:11:12
    Iteration: The for Loop
  44. Урок 44. 00:22:03
    Looping Arrays, Breaking and Continuing
  45. Урок 45. 00:11:54
    Looping Backwards and Loops in Loops
  46. Урок 46. 00:11:53
    The while Loop
  47. Урок 47. 00:15:36
    Coding Challenge #4
  48. Урок 48. 00:04:09
    Pathways and Section Roadmaps
  49. Урок 49. 00:00:40
    Section Intro
  50. Урок 50. 00:16:23
    Setting up Prettier and VS Code
  51. Урок 51. 00:11:33
    Installing Node.js and Setting Up a Dev Environment
  52. Урок 52. 00:17:43
    Learning How to Code
  53. Урок 53. 00:10:54
    How to Think Like a Developer: Become a Problem Solver!
  54. Урок 54. 00:26:38
    Using Google, StackOverflow and MDN
  55. Урок 55. 00:05:10
    Debugging (Fixing Errors)
  56. Урок 56. 00:19:26
    Debugging with the Console and Breakpoints
  57. Урок 57. 00:15:25
    Coding Challenge #1
  58. Урок 58. 00:00:41
    Section Intro
  59. Урок 59. 00:09:33
    Basic HTML Structure and Elements
  60. Урок 60. 00:13:10
    Attributes, Classes and IDs
  61. Урок 61. 00:12:01
    Basic Styling with CSS
  62. Урок 62. 00:20:58
    Introduction to the CSS Box Model
  63. Урок 63. 00:00:50
    Section Intro
  64. Урок 64. 00:08:48
    PROJECT #1: Guess My Number!
  65. Урок 65. 00:06:49
    What's the DOM and DOM Manipulation
  66. Урок 66. 00:08:23
    Selecting and Manipulating Elements
  67. Урок 67. 00:12:51
    Handling Click Events
  68. Урок 68. 00:19:34
    Implementing the Game Logic
  69. Урок 69. 00:08:19
    Manipulating CSS Styles
  70. Урок 70. 00:11:41
    Coding Challenge #1
  71. Урок 71. 00:07:48
    Implementing Highscores
  72. Урок 72. 00:15:06
    Refactoring Our Code: The DRY Principle
  73. Урок 73. 00:13:22
    PROJECT #2: Modal Window
  74. Урок 74. 00:16:56
    Working With Classes
  75. Урок 75. 00:14:12
    Handling an "Esc" Keypress Event
  76. Урок 76. 00:17:09
    PROJECT #3: Pig Game
  77. Урок 77. 00:15:59
    Rolling the Dice
  78. Урок 78. 00:15:17
    Switching the Active Player
  79. Урок 79. 00:24:56
    Holding Current Score
  80. Урок 80. 00:15:39
    Resetting the Game
  81. Урок 81. 00:01:32
    Section Intro
  82. Урок 82. 00:12:12
    An High-Level Overview of JavaScript
  83. Урок 83. 00:13:48
    The JavaScript Engine and Runtime
  84. Урок 84. 00:17:46
    Execution Contexts and The Call Stack
  85. Урок 85. 00:25:38
    Scope and The Scope Chain
  86. Урок 86. 00:21:14
    Scoping in Practice
  87. Урок 87. 00:11:01
    Variable Environment: Hoisting and The TDZ
  88. Урок 88. 00:14:43
    Hoisting and TDZ in Practice
  89. Урок 89. 00:06:32
    The this Keyword
  90. Урок 90. 00:13:12
    The this Keyword in Practice
  91. Урок 91. 00:18:05
    Regular Functions vs. Arrow Functions
  92. Урок 92. 00:16:07
    Primitives vs. Objects (Primitive vs. Reference Types)
  93. Урок 93. 00:14:58
    Primitives vs. Objects in Practice
  94. Урок 94. 00:00:55
    Section Intro
  95. Урок 95. 00:19:34
    Destructuring Arrays
  96. Урок 96. 00:19:47
    Destructuring Objects
  97. Урок 97. 00:21:27
    The Spread Operator (...)
  98. Урок 98. 00:19:02
    Rest Pattern and Parameters
  99. Урок 99. 00:15:56
    Short Circuiting (&& and ||)
  100. Урок 100. 00:03:33
    The Nullish Coalescing Operator (??)
  101. Урок 101. 00:11:41
    Logical Assignment Operators
  102. Урок 102. 00:14:58
    Coding Challenge #1
  103. Урок 103. 00:07:21
    Looping Arrays: The for-of Loop
  104. Урок 104. 00:07:03
    Enhanced Object Literals
  105. Урок 105. 00:16:11
    Optional Chaining (?.)
  106. Урок 106. 00:10:10
    Looping Objects: Object Keys, Values, and Entries
  107. Урок 107. 00:14:31
    Coding Challenge #2
  108. Урок 108. 00:13:19
    Sets
  109. Урок 109. 00:14:04
    Maps: Fundamentals
  110. Урок 110. 00:12:42
    Maps: Iteration
  111. Урок 111. 00:09:41
    Summary: Which Data Structure to Use?
  112. Урок 112. 00:09:38
    Coding Challenge #3
  113. Урок 113. 00:16:54
    Working With Strings - Part 1
  114. Урок 114. 00:21:46
    Working With Strings - Part 2
  115. Урок 115. 00:21:42
    Working With Strings - Part 3
  116. Урок 116. 00:15:16
    Coding Challenge #4
  117. Урок 117. 00:16:37
    String Methods Practice
  118. Урок 118. 00:00:49
    Section Intro
  119. Урок 119. 00:09:18
    Default Parameters
  120. Урок 120. 00:13:37
    How Passing Arguments Works: Value vs. Reference
  121. Урок 121. 00:05:25
    First-Class and Higher-Order Functions
  122. Урок 122. 00:15:21
    Functions Accepting Callback Functions
  123. Урок 123. 00:06:37
    Functions Returning Functions
  124. Урок 124. 00:16:52
    The call and apply Methods
  125. Урок 125. 00:21:34
    The bind Method
  126. Урок 126. 00:18:48
    Coding Challenge #1
  127. Урок 127. 00:07:53
    Immediately Invoked Function Expressions (IIFE)
  128. Урок 128. 00:19:49
    Closures
  129. Урок 129. 00:15:31
    More Closure Examples
  130. Урок 130. 00:05:26
    Coding Challenge #2
  131. Урок 131. 00:00:54
    Section Intro
  132. Урок 132. 00:16:38
    Simple Array Methods
  133. Урок 133. 00:06:05
    The new at Method
  134. Урок 134. 00:13:47
    Looping Arrays: forEach
  135. Урок 135. 00:05:33
    forEach With Maps and Sets
  136. Урок 136. 00:09:49
    PROJECT: "Bankist" App
  137. Урок 137. 00:18:45
    Creating DOM Elements
  138. Урок 138. 00:08:32
    Coding Challenge #1
  139. Урок 139. 00:04:41
    Data Transformations: map, filter, reduce
  140. Урок 140. 00:15:41
    The map Method
  141. Урок 141. 00:12:15
    Computing Usernames
  142. Урок 142. 00:06:20
    The filter Method
  143. Урок 143. 00:20:58
    The reduce Method
  144. Урок 144. 00:09:57
    Coding Challenge #2
  145. Урок 145. 00:19:41
    The Magic of Chaining Methods
  146. Урок 146. 00:03:58
    Coding Challenge #3
  147. Урок 147. 00:06:48
    The find Method
  148. Урок 148. 00:24:19
    Implementing Login
  149. Урок 149. 00:20:55
    Implementing Transfers
  150. Урок 150. 00:12:36
    The findIndex Method
  151. Урок 151. 00:15:12
    some and every
  152. Урок 152. 00:09:33
    flat and flatMap
  153. Урок 153. 00:21:56
    Sorting Arrays
  154. Урок 154. 00:20:34
    More Ways of Creating and Filling Arrays
  155. Урок 155. 00:06:25
    Summary: Which Array Method to Use?
  156. Урок 156. 00:32:22
    Array Methods Practice
  157. Урок 157. 00:23:49
    Coding Challenge #4
  158. Урок 158. 00:00:51
    Section Intro
  159. Урок 159. 00:16:47
    Converting and Checking Numbers
  160. Урок 160. 00:18:15
    Math and Rounding
  161. Урок 161. 00:10:57
    The Remainder Operator
  162. Урок 162. 00:06:58
    Numeric Separators
  163. Урок 163. 00:11:19
    Working with BigInt
  164. Урок 164. 00:12:56
    Creating Dates
  165. Урок 165. 00:22:22
    Adding Dates to "Bankist" App
  166. Урок 166. 00:15:28
    Operations With Dates
  167. Урок 167. 00:17:19
    Internationalizing Dates (Intl)
  168. Урок 168. 00:19:07
    Internationalizing Numbers (Intl)
  169. Урок 169. 00:13:54
    Timers: setTimeout and setInterval
  170. Урок 170. 00:28:32
    Implementing a Countdown Timer
  171. Урок 171. 00:01:05
    Section Intro
  172. Урок 172. 00:08:50
    PROJECT: "Bankist" Website
  173. Урок 173. 00:10:37
    How the DOM Really Works
  174. Урок 174. 00:20:29
    Selecting, Creating, and Deleting Elements
  175. Урок 175. 00:21:55
    Styles, Attributes and Classes
  176. Урок 176. 00:15:57
    Implementing Smooth Scrolling
  177. Урок 177. 00:10:34
    Types of Events and Event Handlers
  178. Урок 178. 00:05:04
    Event Propagation: Bubbling and Capturing
  179. Урок 179. 00:17:47
    Event Propagation in Practice
  180. Урок 180. 00:18:50
    Event Delegation: Implementing Page Navigation
  181. Урок 181. 00:14:36
    DOM Traversing
  182. Урок 182. 00:24:09
    Building a Tabbed Component
  183. Урок 183. 00:18:44
    Passing Arguments to Event Handlers
  184. Урок 184. 00:07:56
    Implementing a Sticky Navigation: The Scroll Event
  185. Урок 185. 00:24:02
    A Better Way: The Intersection Observer API
  186. Урок 186. 00:12:40
    Revealing Elements on Scroll
  187. Урок 187. 00:18:31
    Lazy Loading Images
  188. Урок 188. 00:23:17
    Building a Slider Component: Part 1
  189. Урок 189. 00:19:36
    Building a Slider Component: Part 2
  190. Урок 190. 00:09:27
    Lifecycle DOM Events
  191. Урок 191. 00:13:31
    Efficient Script Loading: defer and async
  192. Урок 192. 00:01:08
    Section Intro
  193. Урок 193. 00:20:56
    What is Object-Oriented Programming?
  194. Урок 194. 00:10:09
    OOP in JavaScript
  195. Урок 195. 00:14:20
    Constructor Functions and the new Operator
  196. Урок 196. 00:14:37
    Prototypes
  197. Урок 197. 00:10:59
    Prototypal Inheritance and The Prototype Chain
  198. Урок 198. 00:14:48
    Prototypal Inheritance on Built-In Objects
  199. Урок 199. 00:07:28
    Coding Challenge #1
  200. Урок 200. 00:12:58
    ES6 Classes
  201. Урок 201. 00:13:16
    Setters and Getters
  202. Урок 202. 00:06:25
    Static Methods
  203. Урок 203. 00:10:57
    Object.create
  204. Урок 204. 00:06:01
    Coding Challenge #2
  205. Урок 205. 00:21:04
    Inheritance Between "Classes": Constructor Functions
  206. Урок 206. 00:10:38
    Coding Challenge #3
  207. Урок 207. 00:10:47
    Inheritance Between "Classes": ES6 Classes
  208. Урок 208. 00:08:54
    Inheritance Between "Classes": Object.create
  209. Урок 209. 00:10:45
    Another Class Example
  210. Урок 210. 00:06:48
    Encapsulation: Protected Properties and Methods
  211. Урок 211. 00:16:12
    Encapsulation: Private Class Fields and Methods
  212. Урок 212. 00:04:44
    Chaining Methods
  213. Урок 213. 00:07:13
    ES6 Classes Summary
  214. Урок 214. 00:08:55
    Coding Challenge #4
  215. Урок 215. 00:00:59
    Section Intro
  216. Урок 216. 00:05:03
    Project Overview
  217. Урок 217. 00:17:42
    How to Plan a Web Project
  218. Урок 218. 00:08:17
    Using the Geolocation API
  219. Урок 219. 00:13:49
    Displaying a Map Using Leaflet Library
  220. Урок 220. 00:19:55
    Displaying a Map Marker
  221. Урок 221. 00:16:43
    Rendering Workout Input Form
  222. Урок 222. 00:09:29
    Project Architecture
  223. Урок 223. 00:24:06
    Refactoring for Project Architecture
  224. Урок 224. 00:16:19
    Managing Workout Data: Creating Classes
  225. Урок 225. 00:34:07
    Creating a New Workout
  226. Урок 226. 00:24:20
    Rendering Workouts
  227. Урок 227. 00:16:33
    Move to Marker On Click
  228. Урок 228. 00:25:32
    Working with localStorage
  229. Урок 229. 00:05:42
    Final Considerations
  230. Урок 230. 00:00:56
    Section Intro
  231. Урок 231. 00:17:58
    Asynchronous JavaScript, AJAX and APIs
  232. Урок 232. 00:19:11
    Our First AJAX Call: XMLHttpRequest
  233. Урок 233. 00:13:39
    [OPTIONAL] How the Web Works: Requests and Responses
  234. Урок 234. 00:13:53
    Welcome to Callback Hell
  235. Урок 235. 00:09:26
    Promises and the Fetch API
  236. Урок 236. 00:09:25
    Consuming Promises
  237. Урок 237. 00:09:14
    Chaining Promises
  238. Урок 238. 00:16:14
    Handling Rejected Promises
  239. Урок 239. 00:15:25
    Throwing Errors Manually
  240. Урок 240. 00:16:33
    Coding Challenge #1
  241. Урок 241. 00:17:54
    Asynchronous Behind the Scenes: The Event Loop
  242. Урок 242. 00:09:16
    The Event Loop in Practice
  243. Урок 243. 00:20:18
    Building a Simple Promise
  244. Урок 244. 00:13:27
    Promisifying the Geolocation API
  245. Урок 245. 00:15:54
    Coding Challenge #2
  246. Урок 246. 00:15:07
    Consuming Promises with Async/Await
  247. Урок 247. 00:10:23
    Error Handling With try...catch
  248. Урок 248. 00:14:40
    Returning Values from Async Functions
  249. Урок 249. 00:10:57
    Running Promises in Parallel
  250. Урок 250. 00:13:20
    Other Promise Combinators: race, allSettled and any
  251. Урок 251. 00:17:31
    Coding Challenge #3
  252. Урок 252. 00:00:48
    Section Intro
  253. Урок 253. 00:06:40
    An Overview of Modern JavaScript Development
  254. Урок 254. 00:15:02
    An Overview of Modules in JavaScript
  255. Урок 255. 00:22:39
    Exporting and Importing in ES6 Modules
  256. Урок 256. 00:14:45
    Top-Level await (ES2022)
  257. Урок 257. 00:10:21
    The Module Pattern
  258. Урок 258. 00:04:25
    CommonJS Modules
  259. Урок 259. 00:12:28
    A Brief Introduction to the Command Line
  260. Урок 260. 00:18:41
    Introduction to NPM
  261. Урок 261. 00:21:40
    Bundling With Parcel and NPM Scripts
  262. Урок 262. 00:18:04
    Configuring Babel and Polyfilling
  263. Урок 263. 00:10:27
    Review: Writing Clean and Modern JavaScript
  264. Урок 264. 00:23:21
    Let's Fix Some Bad Code: Part 1
  265. Урок 265. 00:12:26
    Declarative and Functional JavaScript Principles
  266. Урок 266. 00:38:10
    Let's Fix Some Bad Code: Part 2
  267. Урок 267. 00:00:57
    Section Intro
  268. Урок 268. 00:14:22
    Project Overview and Planning (I)
  269. Урок 269. 00:24:12
    Loading a Recipe from API
  270. Урок 270. 00:22:24
    Rendering the Recipe
  271. Урок 271. 00:11:03
    Listening For load and hashchange Events
  272. Урок 272. 00:16:33
    The MVC Architecture
  273. Урок 273. 00:38:54
    Refactoring for MVC
  274. Урок 274. 00:21:24
    Helpers and Configuration Files
  275. Урок 275. 00:15:09
    Event Handlers in MVC: Publisher-Subscriber Pattern
  276. Урок 276. 00:11:35
    Implementing Error and Success Messages
  277. Урок 277. 00:25:47
    Implementing Search Results - Part 1
  278. Урок 278. 00:28:16
    Implementing Search Results - Part 2
  279. Урок 279. 00:12:19
    Implementing Pagination - Part 1
  280. Урок 280. 00:37:06
    Implementing Pagination - Part 2
  281. Урок 281. 00:03:14
    Project Planning II
  282. Урок 282. 00:26:41
    Updating Recipe Servings
  283. Урок 283. 00:34:23
    Developing a DOM Updating Algorithm
  284. Урок 284. 00:26:01
    Implementing Bookmarks - Part 1
  285. Урок 285. 00:18:32
    Implementing Bookmarks - Part 2
  286. Урок 286. 00:18:23
    Storing Bookmarks With localStorage
  287. Урок 287. 00:02:10
    Project Planning III
  288. Урок 288. 00:17:44
    Uploading a New Recipe - Part 1
  289. Урок 289. 00:40:38
    Uploading a New Recipe - Part 2
  290. Урок 290. 00:19:59
    Uploading a New Recipe - Part 3
  291. Урок 291. 00:14:46
    Wrapping Up: Final Considerations
  292. Урок 292. 00:00:45
    Section Intro
  293. Урок 293. 00:11:19
    Simple Deployment With Netlify
  294. Урок 294. 00:07:40
    Setting Up Git and GitHub
  295. Урок 295. 00:19:37
    Git Fundamentals
  296. Урок 296. 00:09:32
    Pushing to GitHub
  297. Урок 297. 00:10:07
    Setting Up Continuous Integration With Netlify
  298. Урок 298. 00:03:01
    Where to Go from Here