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