1. Урок 1. 00:02:32
    How This Course Works
  2. Урок 2. 00:06:18
    JS, ECMA, TC39: What Do They Mean??
  3. Урок 3. 00:02:39
    The Tools You Need
  4. Урок 4. 00:02:02
    A Quick Note About MDN
  5. Урок 5. 00:03:28
    Goals & Primitives
  6. Урок 6. 00:02:58
    Running Code in the JS Console
  7. Урок 7. 00:07:32
    Introducing Numbers
  8. Урок 8. 00:02:03
    NaN & Infinity
  9. Урок 9. 00:01:53
    Numbers Quiz
  10. Урок 10. 00:07:22
    Variables & Let
  11. Урок 11. 00:03:19
    Unary Operators
  12. Урок 12. 00:02:37
    Introducing Const
  13. Урок 13. 00:02:51
    The Legacy of Var
  14. Урок 14. 00:02:49
    Variables Quiz
  15. Урок 15. 00:03:26
    Booleans Intro
  16. Урок 16. 00:05:17
    Strings
  17. Урок 17. 00:05:04
    String Indices
  18. Урок 18. 00:05:29
    String Methods
  19. Урок 19. 00:08:23
    More String Methods
  20. Урок 20. 00:07:23
    Strings Quiz
  21. Урок 21. 00:03:55
    String Escape Characters
  22. Урок 22. 00:08:40
    String Template Literals
  23. Урок 23. 00:03:44
    Null & Undefined
  24. Урок 24. 00:06:26
    The Math Object & Random Numbers
  25. Урок 25. 00:02:22
    typeof operator
  26. Урок 26. 00:02:45
    parseInt & parseFloat
  27. Урок 27. 00:03:20
    Making Decisions in JS
  28. Урок 28. 00:05:42
    Comparison Operators
  29. Урок 29. 00:03:21
    Double Equals (==)
  30. Урок 30. 00:04:28
    Triple Equals (===)
  31. Урок 31. 00:09:58
    Running Code From a Script
  32. Урок 32. 00:05:00
    If Statements
  33. Урок 33. 00:03:57
    Else If
  34. Урок 34. 00:04:15
    Else
  35. Урок 35. 00:03:34
    Nesting Conditionals
  36. Урок 36. 00:03:57
    Truthy & Falsy Values
  37. Урок 37. 00:07:17
    Logical AND (&&)
  38. Урок 38. 00:05:53
    Logical OR (||)
  39. Урок 39. 00:07:07
    NOT Operator (!)
  40. Урок 40. 00:04:19
    Operator Precedence
  41. Урок 41. 00:08:05
    The Switch Statement
  42. Урок 42. 00:04:20
    Ternary Operator
  43. Урок 43. 00:07:12
    Creating Arrays
  44. Урок 44. 00:02:14
    Array Indices
  45. Урок 45. 00:04:16
    Modifying Arrays
  46. Урок 46. 00:06:19
    Push and Pop
  47. Урок 47. 00:05:43
    Shift and Unshift
  48. Урок 48. 00:02:59
    Concat
  49. Урок 49. 00:05:37
    Includes and IndexOf
  50. Урок 50. 00:03:25
    Reverse and Join
  51. Урок 51. 00:04:55
    Slice
  52. Урок 52. 00:05:34
    Splice
  53. Урок 53. 00:02:50
    Sorting (Part 1)
  54. Урок 54. 00:05:05
    Intro to Reference Types
  55. Урок 55. 00:05:23
    Using Const with Arrays
  56. Урок 56. 00:06:05
    Working with Nested Arrays
  57. Урок 57. 00:06:52
    Intro to Objects
  58. Урок 58. 00:07:58
    Creating Object Literals
  59. Урок 59. 00:07:41
    Accessing Object Properties
  60. Урок 60. 00:03:22
    Adding and Updating Properties
  61. Урок 61. 00:05:09
    Nested Arrays & Objects
  62. Урок 62. 00:02:31
    Objects and Reference Types
  63. Урок 63. 00:06:27
    Array/Object Equality
  64. Урок 64. 00:05:27
    Intro to Loops
  65. Урок 65. 00:13:21
    For Loops
  66. Урок 66. 00:05:15
    Infinite Loops!
  67. Урок 67. 00:11:26
    For Loops & Arrays
  68. Урок 68. 00:09:42
    Nested For Loops
  69. Урок 69. 00:02:51
    Intro to While Loops
  70. Урок 70. 00:07:51
    More While Loops
  71. Урок 71. 00:04:19
    Break Keyword
  72. Урок 72. 00:04:28
    For...Of Intro
  73. Урок 73. 00:06:22
    Comparing For and For...Of
  74. Урок 74. 00:05:57
    For...Of with Objects
  75. Урок 75. 00:06:36
    For...In Loops
  76. Урок 76. 00:08:42
    Our First Function!
  77. Урок 77. 00:03:24
    Dice Roll Function
  78. Урок 78. 00:07:41
    Introducing Arguments
  79. Урок 79. 00:04:29
    Functions With Multiple Args
  80. Урок 80. 00:05:10
    The Return Statement
  81. Урок 81. 00:09:03
    More on Return Values
  82. Урок 82. 00:13:11
    Function Challenge 1: passwordValidator
  83. Урок 83. 00:03:20
    Function Challenge 2: Average
  84. Урок 84. 00:07:17
    Function Challenge 3: Pangrams
  85. Урок 85. 00:12:14
    Function Challenge 4: Get Playing Card
  86. Урок 86. 00:07:02
    Function Scope
  87. Урок 87. 00:12:08
    Block Scope
  88. Урок 88. 00:06:37
    Lexical Scope
  89. Урок 89. 00:05:41
    Function Expressions
  90. Урок 90. 00:07:20
    Higher Order Functions
  91. Урок 91. 00:07:24
    Functions as Arguments
  92. Урок 92. 00:13:22
    Functions as Return Values
  93. Урок 93. 00:08:20
    Callbacks
  94. Урок 94. 00:08:11
    Hoisting
  95. Урок 95. 00:02:18
    Intro to Array Callback Methods
  96. Урок 96. 00:08:07
    forEach
  97. Урок 97. 00:11:12
    Map
  98. Урок 98. 00:06:15
    Arrow Functions Intro
  99. Урок 99. 00:09:32
    Arrow Functions: Implicit Returns
  100. Урок 100. 00:06:13
    Array.find
  101. Урок 101. 00:10:06
    Filter
  102. Урок 102. 00:06:21
    Some & Every
  103. Урок 103. 00:10:48
    Revisiting Sort!
  104. Урок 104. 00:08:50
    Reduce Intro
  105. Урок 105. 00:08:56
    Reduce Pt. 2
  106. Урок 106. 00:13:11
    Even More Reduce!
  107. Урок 107. 00:01:43
    New JS Features Intro
  108. Урок 108. 00:07:59
    Default Parameters
  109. Урок 109. 00:06:54
    Spread for Function Calls
  110. Урок 110. 00:08:09
    Spread in Array Literals
  111. Урок 111. 00:07:50
    Spread in Object Literals
  112. Урок 112. 00:06:49
    The Arguments Object (not new)
  113. Урок 113. 00:06:58
    Rest Parameters (new!)
  114. Урок 114. 00:06:17
    Destructuring Arrays
  115. Урок 115. 00:04:17
    Destructuring Objects
  116. Урок 116. 00:02:55
    Nested Destructuring
  117. Урок 117. 00:05:05
    Destructuring Parameters
  118. Урок 118. 00:04:26
    Shorthand Object Properties
  119. Урок 119. 00:07:03
    Computed Properties
  120. Урок 120. 00:05:34
    Adding Methods to Objects
  121. Урок 121. 00:02:46
    Method Shorthand Syntax
  122. Урок 122. 00:06:18
    Intro to Keyword THIS
  123. Урок 123. 00:07:16
    Using THIS in Methods
  124. Урок 124. 00:07:44
    THIS: Invocation Context
  125. Урок 125. 00:14:04
    Annoyomatic Demo
  126. Урок 126. 00:25:34
    Putting It All Together: Deck Of Cards
  127. Урок 127. 00:03:32
    Creating A Deck Factory
  128. Урок 128. 00:05:54
    Introduction to the DOM
  129. Урок 129. 00:09:02
    IMPORTANT NOTE: HTML & CSS
  130. Урок 130. 00:10:04
    Taste of the DOM
  131. Урок 131. 00:12:24
    Another Fun DOM Example
  132. Урок 132. 00:05:26
    The Document Object
  133. Урок 133. 00:06:09
    getElementById
  134. Урок 134. 00:07:17
    getElementsByTagName
  135. Урок 135. 00:05:18
    getElementsByClassName
  136. Урок 136. 00:10:58
    querySelector & querySelectorAll
  137. Урок 137. 00:10:53
    Working with innerText & textContent
  138. Урок 138. 00:07:13
    innerHTML
  139. Урок 139. 00:09:38
    value, src, href, and more
  140. Урок 140. 00:03:31
    Getting & Setting Attributes
  141. Урок 141. 00:06:28
    Finding Parent/Children/Siblings
  142. Урок 142. 00:03:52
    Changing Multiple Elements
  143. Урок 143. 00:09:51
    Altering Styles
  144. Урок 144. 00:06:12
    getComputedStyle
  145. Урок 145. 00:10:35
    Manipulating Classes
  146. Урок 146. 00:09:12
    Creating Elements
  147. Урок 147. 00:09:58
    Append, Prepend, & insertBefore
  148. Урок 148. 00:05:35
    removeChild & remove
  149. Урок 149. 00:22:02
    NBA Scores Chart Pt1.
  150. Урок 150. 00:12:03
    NBA Scores Chart Refactor
  151. Урок 151. 00:07:49
    Intro to DOM Events
  152. Урок 152. 00:13:22
    2 Ways NOT to Add Events
  153. Урок 153. 00:09:49
    addEventListener
  154. Урок 154. 00:08:55
    The Impossible Button Demo
  155. Урок 155. 00:12:45
    Events on Multiple Elements
  156. Урок 156. 00:04:03
    The Event Object
  157. Урок 157. 00:13:16
    Key Events: keypress, keyup, & keydown
  158. Урок 158. 00:22:52
    Coin Game Demo
  159. Урок 159. 00:12:03
    Form Events & PreventDefault
  160. Урок 160. 00:13:02
    Input & Change Events
  161. Урок 161. 00:07:48
    The Call Stack
  162. Урок 162. 00:10:17
    Call Stack Debugging w/ Dev Tools
  163. Урок 163. 00:04:14
    JS is Single Threaded
  164. Урок 164. 00:13:54
    How Asynchronous Callbacks Actually Work
  165. Урок 165. 00:27:17
    Welcome to Callback Hell
  166. Урок 166. 00:11:04
    Introducing Promises!
  167. Урок 167. 00:05:49
    Returning Promises from Functions
  168. Урок 168. 00:09:04
    Resolving/Rejecting w/ Values
  169. Урок 169. 00:12:19
    The Delights of Promise Chaining
  170. Урок 170. 00:11:54
    Refactoring w/ Promises
  171. Урок 171. 00:09:42
    Intro to AJAX
  172. Урок 172. 00:08:22
    JSON & XML
  173. Урок 173. 00:12:09
    XMLHttpRequests: The Basics
  174. Урок 174. 00:06:14
    XMLHttpRequests: Chaining Requests
  175. Урок 175. 00:13:26
    A Better Way: Fetch!
  176. Урок 176. 00:06:14
    Chaining Fetch Requests
  177. Урок 177. 00:11:57
    Refactoring Fetch Chains
  178. Урок 178. 00:08:56
    An Even Better Way: Axios
  179. Урок 179. 00:08:16
    Sequential Axios Requests
  180. Урок 180. 00:03:40
    A Quick Overview of Async Functions
  181. Урок 181. 00:07:06
    The Async Keyword
  182. Урок 182. 00:04:11
    The Await Keyword
  183. Урок 183. 00:03:19
    Error Handling in Async Functions
  184. Урок 184. 00:06:14
    Multiple Awaits
  185. Урок 185. 00:13:23
    Parallel Vs. Sequential Requests
  186. Урок 186. 00:03:57
    Refactoring with Promise.all
  187. Урок 187. 00:12:24
    What on Earth are Prototypes?
  188. Урок 188. 00:10:15
    An Intro to OOP
  189. Урок 189. 00:09:01
    Factory Functions
  190. Урок 190. 00:17:00
    Constructor Functions
  191. Урок 191. 00:15:05
    JS Classes - Syntactical Sugar
  192. Урок 192. 00:10:19
    A Bit More Practice with Classes
  193. Урок 193. 00:10:06
    Extends, Super, and Subclasses
  194. Урок 194. 00:01:44
    Welcome to Part 2!
  195. Урок 195. 00:02:33
    App Overview
  196. Урок 196. 00:01:40
    Project Setup
  197. Урок 197. 00:07:00
    Event-Based Architecture
  198. Урок 198. 00:04:23
    Class-Based Implementation
  199. Урок 199. 00:06:55
    Binding Events in a Class
  200. Урок 200. 00:04:59
    Reminder on 'This'
  201. Урок 201. 00:11:45
    Determining the Value of 'This'
  202. Урок 202. 00:07:46
    Solving the 'This' Issue
  203. Урок 203. 00:07:34
    Starting and Pausing the Timer
  204. Урок 204. 00:08:07
    Where to Store Data?
  205. Урок 205. 00:04:12
    DOM-Centric Approach
  206. Урок 206. 00:07:01
    Getters and Setters
  207. Урок 207. 00:02:28
    Stopping the Timer
  208. Урок 208. 00:06:17
    Notifying the Outside World
  209. Урок 209. 00:03:14
    OnTick and OnComplete
  210. Урок 210. 00:01:54
    Extracting Timer Code
  211. Урок 211. 00:02:50
    Introducing SVG's
  212. Урок 212. 00:07:03
    Rules of SVG's
  213. Урок 213. 00:09:42
    Advanced Circle Properties
  214. Урок 214. 00:05:40
    The Secret to the Animation
  215. Урок 215. 00:06:25
    First Pass on the Animation
  216. Урок 216. 00:05:08
    Smoothing the Animation
  217. Урок 217. 00:07:55
    Adjusting by an Even Interval
  218. Урок 218. 00:03:59
    Using Icons
  219. Урок 219. 00:03:19
    Styling and Wrapup
  220. Урок 220. 00:03:35
    Application Overview
  221. Урок 221. 00:02:11
    Starter Kit Setup
  222. Урок 222. 00:07:29
    Big Challenges
  223. Урок 223. 00:09:43
    Fetching Movie Data
  224. Урок 224. 00:03:53
    Fetching a Single Movie
  225. Урок 225. 00:05:32
    AutoComplete Widget Design
  226. Урок 226. 00:05:31
    Searching the API on Input Change
  227. Урок 227. 00:08:14
    Delaying Search Input
  228. Урок 228. 00:04:10
    Understanding Debounce
  229. Урок 229. 00:08:18
    Implementing a Reusable Debounce
  230. Урок 230. 00:01:49
    Extracting Utility Functions
  231. Урок 231. 00:04:06
    Awaiting Async Functions
  232. Урок 232. 00:05:27
    Rendering Movies
  233. Урок 233. 00:04:49
    Handling Errored Responses
  234. Урок 234. 00:04:26
    Opening a Menu
  235. Урок 235. 00:06:06
    Style of Widget Creation
  236. Урок 236. 00:06:53
    Moving HTML Generation
  237. Урок 237. 00:05:00
    Repairing References
  238. Урок 238. 00:04:39
    Handling Broken Images
  239. Урок 239. 00:05:51
    Automatically Closing the Dropdown
  240. Урок 240. 00:01:45
    Handling Empty Responses
  241. Урок 241. 00:04:16
    Handling Movie Selection
  242. Урок 242. 00:05:17
    Making a Followup Request
  243. Урок 243. 00:07:05
    Rendering an Expanded Summary
  244. Урок 244. 00:03:54
    Expanded Statistics
  245. Урок 245. 00:11:24
    Issues with the Codebase
  246. Урок 246. 00:04:01
    Making the Autocomplete Reusable
  247. Урок 247. 00:08:56
    Displaying Multiple Autocompletes
  248. Урок 248. 00:06:39
    Extracting Rendering Logic
  249. Урок 249. 00:05:59
    Extracting Selection Logic
  250. Урок 250. 00:05:45
    Removing Movie References
  251. Урок 251. 00:04:04
    Consuming a Different Source of Data
  252. Урок 252. 00:04:01
    Refreshed HTML Structure
  253. Урок 253. 00:04:07
    Avoiding Duplication of Config
  254. Урок 254. 00:01:28
    Hiding the Tutorial
  255. Урок 255. 00:04:27
    Showing Two Summaries
  256. Урок 256. 00:03:08
    When to Compare?
  257. Урок 257. 00:04:46
    How to Compare?
  258. Урок 258. 00:05:55
    Extracting Statistic Values
  259. Урок 259. 00:05:58
    Parsing Number of Awards
  260. Урок 260. 00:02:56
    Applying Parsed Properties
  261. Урок 261. 00:07:04
    Updating Styles
  262. Урок 262. 00:03:38
    App Wrapup
  263. Урок 263. 00:04:28
    Application Overview
  264. Урок 264. 00:02:24
    Project Setup
  265. Урок 265. 00:04:28
    Matter Terminology
  266. Урок 266. 00:05:59
    Getting Content to Appear
  267. Урок 267. 00:07:12
    Boilerplate Overview
  268. Урок 268. 00:08:19
    Drawing Borders
  269. Урок 269. 00:02:12
    Clicking and Dragging
  270. Урок 270. 00:08:18
    Generating Random Shapes
  271. Урок 271. 00:08:05
    Maze Generation Algorithm
  272. Урок 272. 00:08:45
    More on Maze Generation
  273. Урок 273. 00:06:49
    Configuration Variables
  274. Урок 274. 00:08:23
    Grid Generation
  275. Урок 275. 00:05:06
    Verticals and Horizontals
  276. Урок 276. 00:03:32
    Abstracting Maze Dimensions
  277. Урок 277. 00:07:04
    Guiding Comments
  278. Урок 278. 00:06:25
    Neighbor Coordinates
  279. Урок 279. 00:04:34
    Shuffling Neighbor Pairs
  280. Урок 280. 00:05:38
    Determining Movement Direction
  281. Урок 281. 00:06:39
    Updating Vertical Wall Values
  282. Урок 282. 00:04:52
    Updating Horizontal Wall Values
  283. Урок 283. 00:03:42
    Validating Wall Structure
  284. Урок 284. 00:03:11
    Iterating Over Walls
  285. Урок 285. 00:12:34
    Drawing Horizontal Segments
  286. Урок 286. 00:10:14
    Drawing Vertical Segments
  287. Урок 287. 00:05:52
    Drawing the Goal
  288. Урок 288. 00:02:55
    Drawing the Playing Ball
  289. Урок 289. 00:04:09
    Handling Keypresses
  290. Урок 290. 00:05:28
    Adding Keyboard Controls
  291. Урок 291. 00:01:32
    Disabling Gravity
  292. Урок 292. 00:09:08
    Detecting a Win
  293. Урок 293. 00:05:31
    Adding a Win Animation
  294. Урок 294. 00:03:59
    Stretching the Canvas
  295. Урок 295. 00:03:28
    Understanding the New Unit Variables
  296. Урок 296. 00:10:39
    Refactoring for Rectangular Mazes
  297. Урок 297. 00:02:28
    Adding Fill Colors
  298. Урок 298. 00:04:42
    Displaying a Success Message
  299. Урок 299. 00:02:17
    Application Overview
  300. Урок 300. 00:03:07
    Project Setup
  301. Урок 301. 00:05:38
    Handling Form Submission
  302. Урок 302. 00:06:37
    Base64 Encoding
  303. Урок 303. 00:03:45
    Encoding the Entered String
  304. Урок 304. 00:04:45
    Parts of a URL
  305. Урок 305. 00:05:04
    Generating the URL
  306. Урок 306. 00:04:07
    Toggling Element Visibility
  307. Урок 307. 00:03:44
    Decoding the Message
  308. Урок 308. 00:04:56
    Displaying the Message
  309. Урок 309. 00:02:38
    App Deployment
  310. Урок 310. 00:04:50
    JavaScript with Node vs the Browser
  311. Урок 311. 00:03:02
    Executing JavaScript
  312. Урок 312. 00:05:30
    Working with Modules
  313. Урок 313. 00:07:02
    Invisible Node Functions
  314. Урок 314. 00:07:24
    The Require Cache
  315. Урок 315. 00:08:10
    Files Get Required Once!
  316. Урок 316. 00:09:17
    Debugging with Node
  317. Урок 317. 00:03:50
    App Overview
  318. Урок 318. 00:04:21
    Accessing Standard Library Modules
  319. Урок 319. 00:08:03
    The Callback Pattern in Node
  320. Урок 320. 00:03:15
    The Process.cwd Function
  321. Урок 321. 00:06:45
    Running a Node Program as an Executable
  322. Урок 322. 00:03:57
    Linking a Project
  323. Урок 323. 00:06:24
    Is it a File or a Folder?
  324. Урок 324. 00:07:24
    A Buggy Initial Implementation
  325. Урок 325. 00:04:52
    Optional Solution #1
  326. Урок 326. 00:06:43
    A Callback-Based Solution
  327. Урок 327. 00:08:10
    Callback-Based Functions Using Promises
  328. Урок 328. 00:05:15
    Issues with Sequential Reads
  329. Урок 329. 00:05:11
    Promise.all-Based Solution
  330. Урок 330. 00:06:33
    Console Logs with Colors
  331. Урок 331. 00:03:29
    Accepting Command Line Arguments
  332. Урок 332. 00:03:55
    Joining Paths
  333. Урок 333. 00:03:12
    App Wrapup
  334. Урок 334. 00:02:49
    App Overview
  335. Урок 335. 00:02:56
    Project Setup
  336. Урок 336. 00:06:11
    Big Application Challenges
  337. Урок 337. 00:06:13
    Watching Files with Chokidar
  338. Урок 338. 00:04:21
    Issues with Add Event
  339. Урок 339. 00:04:22
    Debouncing Add Events
  340. Урок 340. 00:06:33
    Naming Require Statements
  341. Урок 341. 00:07:25
    Handling CLI Tools with Caporal
  342. Урок 342. 00:06:47
    Ensuring Files Exist
  343. Урок 343. 00:07:25
    It Works!
  344. Урок 344. 00:04:08
    More on StdIO
  345. Урок 345. 00:16:51
    [Optional] More on Child_Process
  346. Урок 346. 00:06:36
    App Wrapup
  347. Урок 347. 00:04:59
    App Overview
  348. Урок 348. 00:03:38
    App Architecture
  349. Урок 349. 00:06:14
    Package.json Scripts
  350. Урок 350. 00:06:19
    Creating a Web Server
  351. Урок 351. 00:09:38
    Behind the Scenes of Requests
  352. Урок 352. 00:03:20
    Displaying Simple HTML
  353. Урок 353. 00:09:14
    Understanding Form Submissions
  354. Урок 354. 00:11:41
    Parsing Form Data
  355. Урок 355. 00:09:14
    Middlewares in Express
  356. Урок 356. 00:05:14
    Globally Applying Middleware
  357. Урок 357. 00:03:56
    Data Storage
  358. Урок 358. 00:05:56
    Different Data Modeling Approaches
  359. Урок 359. 00:11:45
    Implementing the Users Repository
  360. Урок 360. 00:05:14
    Opening the Repo Data File
  361. Урок 361. 00:02:32
    Small Refactor
  362. Урок 362. 00:06:38
    Saving Records
  363. Урок 363. 00:02:55
    Better JSON Formatting
  364. Урок 364. 00:06:12
    Random ID Generation
  365. Урок 365. 00:02:54
    Finding By Id
  366. Урок 366. 00:03:01
    Deleting Records
  367. Урок 367. 00:07:21
    Updating Records
  368. Урок 368. 00:07:37
    Adding Filtering Logic
  369. Урок 369. 00:06:17
    Exporting an Instance
  370. Урок 370. 00:09:01
    Signup Validation Logic
  371. Урок 371. 00:13:36
    Cookie Based Authentication
  372. Урок 372. 00:04:55
    Creating User Records
  373. Урок 373. 00:10:09
    Fetching a Session
  374. Урок 374. 00:05:09
    Signing Out a User
  375. Урок 375. 00:05:55
    Signing In
  376. Урок 376. 00:08:06
    Hashing Passwords
  377. Урок 377. 00:09:08
    Salting Passwords
  378. Урок 378. 00:11:20
    Salting + Hashing Passwords
  379. Урок 379. 00:04:55
    Comparing Hashed Passwords
  380. Урок 380. 00:05:05
    Testing the Full Flow
  381. Урок 381. 00:03:05
    Project Structure
  382. Урок 382. 00:07:03
    Structure Refactor
  383. Урок 383. 00:08:48
    HTML Templating Functions
  384. Урок 384. 00:07:40
    HTML Reuse with Layouts
  385. Урок 385. 00:05:16
    Building a Layout File
  386. Урок 386. 00:06:51
    Adding Better Form Validation
  387. Урок 387. 00:10:42
    Validation vs Sanitization
  388. Урок 388. 00:06:40
    Receiving Validation Output
  389. Урок 389. 00:09:36
    Adding Custom Validators
  390. Урок 390. 00:06:27
    Extracting Validation Chains
  391. Урок 391. 00:10:18
    Displaying Error Messages
  392. Урок 392. 00:07:49
    Validation Around Sign In
  393. Урок 393. 00:09:03
    Password Validation
  394. Урок 394. 00:08:03
    Template Helper Functions
  395. Урок 395. 00:04:39
    Adding Some Styling
  396. Урок 396. 00:06:25
    Exposing Public Directories
  397. Урок 397. 00:01:34
    Next Steps
  398. Урок 398. 00:03:48
    Product Routes
  399. Урок 399. 00:03:32
    The Products Repository
  400. Урок 400. 00:06:05
    Code Reuse with Classes
  401. Урок 401. 00:02:49
    Creating the Products Repository
  402. Урок 402. 00:06:09
    Building the Product Creation Form
  403. Урок 403. 00:09:31
    Some Quick Validation
  404. Урок 404. 00:04:49
    Exploring Image Upload
  405. Урок 405. 00:15:26
    Understanding Mutli-Part Forms
  406. Урок 406. 00:07:17
    Accessing the Uploaded File
  407. Урок 407. 00:20:06
    [Optional] Different Methods of Image Storage
  408. Урок 408. 00:05:06
    Saving the Image
  409. Урок 409. 00:09:21
    A Subtle Middleware Bug
  410. Урок 410. 00:01:37
    Better Styling
  411. Урок 411. 00:10:36
    Reusable Error Handling Middleware
  412. Урок 412. 00:08:20
    Products Listing
  413. Урок 413. 00:03:03
    Redirect on Success Actions
  414. Урок 414. 00:06:51
    Requiring Authentication
  415. Урок 415. 00:01:48
    Template Update
  416. Урок 416. 00:03:51
    Ids in URLs
  417. Урок 417. 00:06:13
    Receiving URL Params
  418. Урок 418. 00:05:24
    Displaying an Edit Form
  419. Урок 419. 00:08:01
    Editing a Product
  420. Урок 420. 00:10:08
    Fixing the HandleErrors Middleware
  421. Урок 421. 00:01:24
    Edit Form Template
  422. Урок 422. 00:05:44
    Deleting Products
  423. Урок 423. 00:02:24
    Starting with Seed Data
  424. Урок 424. 00:04:16
    User-Facing Products
  425. Урок 425. 00:05:43
    Products Index
  426. Урок 426. 00:04:09
    Merging More Styling
  427. Урок 427. 00:03:19
    Understanding a Shopping Cart
  428. Урок 428. 00:03:03
    Solving Problem #1
  429. Урок 429. 00:09:15
    Solving Problem #2
  430. Урок 430. 00:04:32
    Shopping Cart Boilerplate
  431. Урок 431. 00:05:33
    Submission Options
  432. Урок 432. 00:09:18
    Creating a Cart, One Way or Another
  433. Урок 433. 00:06:20
    Adding Items to a Cart
  434. Урок 434. 00:08:26
    Displaying Cart Items
  435. Урок 435. 00:04:35
    Rendering the List
  436. Урок 436. 00:06:24
    Totaling Cart Items
  437. Урок 437. 00:04:43
    Removing Cart Items
  438. Урок 438. 00:05:33
    Redirect on Remove
  439. Урок 439. 00:06:06
    Testing Overview
  440. Урок 440. 00:07:06
    A Simple Function to Test
  441. Урок 441. 00:08:25
    A No-Frills Testing Implementation
  442. Урок 442. 00:09:30
    Test Driven Development
  443. Урок 443. 00:10:24
    Fixing Three Issues
  444. Урок 444. 00:08:42
    The Assert Module
  445. Урок 445. 00:05:43
    Using Mocha
  446. Урок 446. 00:02:24
    App Setup
  447. Урок 447. 00:02:25
    Reminder on This App
  448. Урок 448. 00:03:53
    Why is Test Setup Difficult?
  449. Урок 449. 00:05:54
    Mocha in the Browser
  450. Урок 450. 00:10:30
    Displaying the Autocomplete
  451. Урок 451. 00:06:05
    Verifying the Dropdown State
  452. Урок 452. 00:06:47
    Writing Assertions
  453. Урок 453. 00:07:38
    Fake DOM Events
  454. Урок 454. 00:04:10
    Holding Up Assertions
  455. Урок 455. 00:06:49
    Implementing WaitFor
  456. Урок 456. 00:04:03
    Asserting Records Fetched
  457. Урок 457. 00:04:25
    Test Framework Requirements
  458. Урок 458. 00:03:35
    Project Setup
  459. Урок 459. 00:07:17
    Implementation Steps
  460. Урок 460. 00:06:37
    Walking a Directory Structure
  461. Урок 461. 00:07:41
    Implementing Breadth First Search
  462. Урок 462. 00:10:14
    Collecting Test Files
  463. Урок 463. 00:04:14
    Running Test Files
  464. Урок 464. 00:04:31
    A Quick Test Harness
  465. Урок 465. 00:08:39
    Implementing 'beforeEach' and 'it'
  466. Урок 466. 00:07:35
    Adding Basic Reporting
  467. Урок 467. 00:05:07
    Adding Colors
  468. Урок 468. 00:01:43
    Better Formatting
  469. Урок 469. 00:03:40
    Ignoring Directories
  470. Урок 470. 00:02:16
    Running Browser-Based JS
  471. Урок 471. 00:07:44
    A Sample Web App
  472. Урок 472. 00:04:38
    Why JSDOM?
  473. Урок 473. 00:07:20
    Building a Render Function
  474. Урок 474. 00:05:14
    HTML Element Assertions
  475. Урок 475. 00:05:05
    An Incorrectly Passing Test
  476. Урок 476. 00:05:06
    Another Small Issue
  477. Урок 477. 00:03:34
    Script Execution Delay
  478. Урок 478. 00:08:09
    Implementing a Delay
  479. Урок 479. 00:03:21
    Fixing a Test