-
Урок 1.
00:02:37
Course Welcome & Introduction
-
Урок 2.
00:11:07
Curriculum Walkthrough
-
Урок 3.
00:01:31
Getting The Course Code
-
Урок 4.
00:02:30
My Developer Environment
-
Урок 5.
00:05:47
Working With Plain Old JavaScript Objects
-
Урок 6.
00:07:12
Mixing Data & Functions With Objects
-
Урок 7.
00:10:04
Class Basics
-
Урок 8.
00:06:23
Constructors
-
Урок 9.
00:07:15
Practice Time: Bank Account
-
Урок 10.
00:03:36
Instance Methods
-
Урок 11.
00:06:26
Inheritance Basics
-
Урок 12.
00:06:58
The Super Keyword
-
Урок 13.
00:04:39
Static Properties
-
Урок 14.
00:04:28
Static Methods
-
Урок 15.
00:06:35
Use Cases For Static Methods
-
Урок 16.
00:06:21
Getters
-
Урок 17.
00:09:18
Setters
-
Урок 18.
00:03:48
Practice Time: Getters and Setters
-
Урок 19.
00:08:57
Public Fields
-
Урок 20.
00:06:26
Private Fields
-
Урок 21.
00:02:32
Private Methods
-
Урок 22.
00:05:42
ES2022 Static Initialization Blocks
-
Урок 23.
00:03:24
Introducing This
-
Урок 24.
00:02:53
The Mystery of The Keyword This
-
Урок 25.
00:03:37
Global Objects and This
-
Урок 26.
00:05:07
The "Left Of The Dot" Rule
-
Урок 27.
00:06:05
This and Classes
-
Урок 28.
00:05:26
The Call Method
-
Урок 29.
00:06:28
The Apply Method
-
Урок 30.
00:04:12
The Bind Method
-
Урок 31.
00:06:07
Binding Arguments
-
Урок 32.
00:04:56
Bind With Event Listeners
-
Урок 33.
00:07:10
Bind With Timers
-
Урок 34.
00:04:21
Arrow Functions and This
-
Урок 35.
00:07:35
This Takeaways
-
Урок 36.
00:03:25
OOP Under The Hood Intro
-
Урок 37.
00:08:27
The New Keyword
-
Урок 38.
00:07:15
Prototypes: Part 1
-
Урок 39.
00:06:44
Prototypes: Part 2
-
Урок 40.
00:06:08
Prototypes: Part 3
-
Урок 41.
00:06:57
The Prototype Chain
-
Урок 42.
00:10:21
Classes, Inheritance, & Prototypes
-
Урок 43.
00:02:36
__proto__ vs. prototype
-
Урок 44.
00:05:32
Useful Prototype Methods
-
Урок 45.
00:06:25
Callbacks: Our Good Friend
-
Урок 46.
00:09:11
Callback Hell & The Pyramid of Doom
-
Урок 47.
00:06:03
The Basics of Promises
-
Урок 48.
00:03:38
Using .then() and .catch()
-
Урок 49.
00:06:59
Promise Chaining To Flatten Code
-
Урок 50.
00:04:15
Error Handling With Promises
-
Урок 51.
00:04:58
Async/Await Basics
-
Урок 52.
00:04:40
More on Async/Await
-
Урок 53.
00:04:23
Error Handling With Async Functions
-
Урок 54.
00:06:50
Async Patterns: Parallel Async Operations
-
Урок 55.
00:02:41
Async Patterns: Sequential Async Operations
-
Урок 56.
00:04:41
Async Patterns: Promise.all()
-
Урок 57.
00:04:51
Async Patterns: Promise.allSettled()
-
Урок 58.
00:02:34
Async Patterns: Promise.race()
-
Урок 59.
00:11:52
Building Our Own Promise Objects
-
Урок 60.
00:09:36
Promisifying Node's fs.readFile()
-
Урок 61.
00:09:42
Optional Chaining
-
Урок 62.
00:06:30
Nullish Coalescing
-
Урок 63.
00:02:07
Numeric Separators
-
Урок 64.
00:01:47
Array.prototype.at()
-
Урок 65.
00:03:47
String replaceAll()
-
Урок 66.
00:04:07
Logical OR Assignment ||=
-
Урок 67.
00:03:46
Logical AND Assignment &&=
-
Урок 68.
00:05:38
Nullish Coalescing Assignment ??=
-
Урок 69.
00:06:22
Promise.any()
-
Урок 70.
00:01:10
New OOP Features: Private Fields & Static Initialization Blocks
-
Урок 71.
00:05:34
Working With Float Imprecision
-
Урок 72.
00:05:53
BigInt() and Really Large Numbers
-
Урок 73.
00:04:22
isNan() vs. Number.isNaN()
-
Урок 74.
00:05:45
Post and Pre Increment: ++x vs. x++
-
Урок 75.
00:03:58
Automatic Semicolon Insertion
-
Урок 76.
00:07:44
JavaScript Generator Functions
-
Урок 77.
00:05:01
When Are Generators Useful?
-
Урок 78.
00:06:37
The Incredibly Versatile Array.from() Method
-
Урок 79.
00:04:31
Recaping Var & Scope
-
Урок 80.
00:07:32
Recaping Let, Const, & Scope
-
Урок 81.
00:07:23
The Scope Chain
-
Урок 82.
00:02:59
Static Scope
-
Урок 83.
00:07:01
Hoisting
-
Урок 84.
00:03:29
IIFEs
-
Урок 85.
00:07:23
Closures: The Basics
-
Урок 86.
00:05:02
Closures: Another Example
-
Урок 87.
00:07:32
Closures: Factory Functions
-
Урок 88.
00:06:32
Closures: Event Listeners
-
Урок 89.
00:05:13
Closures: Loops
-
Урок 90.
00:05:44
setTimeout
-
Урок 91.
00:04:54
setInterval
-
Урок 92.
00:04:10
clearInterval
-
Урок 93.
00:05:29
clearTimeout
-
Урок 94.
00:08:30
Debouncing
-
Урок 95.
00:09:58
Writing a Fancy Debounce Function
-
Урок 96.
00:07:56
Throttling
-
Урок 97.
00:07:27
Building a Fancy Throttle Function
-
Урок 98.
00:07:21
requestAnimationFrame Basics
-
Урок 99.
00:04:07
requestAnimationFrame With Timestamps
-
Урок 100.
00:11:01
Scroll To Top Animation With RequestAnimationFrame
-
Урок 101.
00:09:37
Introducing Functional Programming
-
Урок 102.
00:05:28
First Class Functions
-
Урок 103.
00:05:48
Writing Pure Functions
-
Урок 104.
00:04:57
Returning Functions
-
Урок 105.
00:06:13
Immutability
-
Урок 106.
00:06:26
Recursion
-
Урок 107.
00:04:55
Partial Application With Bind
-
Урок 108.
00:08:55
Writing a Partial Function
-
Урок 109.
00:05:13
Composition Basics
-
Урок 110.
00:03:31
A Simple Compose Function
-
Урок 111.
00:07:02
Writing a Fancier Compose Function
-
Урок 112.
00:05:06
Currying Basics
-
Урок 113.
00:09:15
More Advanced Currying
-
Урок 114.
00:04:50
Dice Game Intro
-
Урок 115.
00:08:41
Dice Game Simple FP
-
Урок 116.
00:11:17
Dice Game Going Overboard with FP
-
Урок 117.
00:04:27
Functional Programming Wrapup
-
Урок 118.
00:06:12
The Basics of Fetch
-
Урок 119.
00:08:17
Error Handling With Fetch
-
Урок 120.
00:08:09
Sending Request Headers With Fetch
-
Урок 121.
00:05:24
POST Requests With Fetch
-
Урок 122.
00:05:44
Uploading Files With Fetch
-
Урок 123.
00:05:38
LocalStorage Basics
-
Урок 124.
00:05:39
LocalStorage With Complex Objects
-
Урок 125.
00:03:54
What Should & Should Not Go In LocalStorage
-
Урок 126.
00:10:07
Creating a Darkmode Toggle With LocalStorage
-
Урок 127.
00:15:55
Localstorage Notes App Demo
-
Урок 128.
00:06:11
Syncing Tabs With The Storage Event
-
Урок 129.
00:07:30
SessionStorage Basics
-
Урок 130.
00:13:44
Session Storage Form Demo
-
Урок 131.
00:15:20
IndexedDB: Enter At Your Own Risk!
-
Урок 132.
00:12:24
Using the Geolocation API
-
Урок 133.
00:13:08
The getUserMedia API
-
Урок 134.
00:08:31
Intersection Observers: Basics
-
Урок 135.
00:06:19
Intersection Observers: Thresholds
-
Урок 136.
00:06:23
Intersection Observers: Tracking Ad View Time
-
Урок 137.
00:04:12
Intersection Observers: Multiple Entries
-
Урок 138.
00:07:45
Intersection Observers: Lazy Loading Images
-
Урок 139.
00:09:58
Performance API Basics
-
Урок 140.
00:06:14
Measuring Resource Load Times With Performance API
-
Урок 141.
00:05:45
The Web Audio API Basics
-
Урок 142.
00:07:16
Web Audio Theremin Slider Demo
-
Урок 143.
00:03:50
Web Audio API Use Cases
-
Урок 144.
00:05:23
Intro To The Canvas API
-
Урок 145.
00:05:27
Canvas Basics:
-
Урок 146.
00:07:23
Canvas Strokes and Lines
-
Урок 147.
00:05:25
Canvas Arcs and Paths
-
Урок 148.
00:02:53
Other Canvas Features
-
Урок 149.
00:10:35
Building A Bouncing Balls Toy Pt 1
-
Урок 150.
00:07:21
Building A Bouncing Balls Demo Pt 2
-
Урок 151.
00:07:11
Building A Bouncing Balls Demo Pt 3
-
Урок 152.
00:08:09
Introducing Web Sockets
-
Урок 153.
00:11:05
Basics Of The Web Sockets API
-
Урок 154.
00:04:33
Web Socket Events
-
Урок 155.
00:14:22
Building A Chat App With Web Sockets: Pt 1
-
Урок 156.
00:11:38
Building A Chat App With Web Sockets: Pt 2
-
Урок 157.
00:06:42
Building A Chat App With Web Sockets: Pt 3
-
Урок 158.
00:05:54
Sending Notifications
-
Урок 159.
00:04:06
Notification Events
-
Урок 160.
00:02:44
Notifications With Icons and Data
-
Урок 161.
00:10:34
Adding Notifications To Our Chat App: Pt. 1
-
Урок 162.
00:03:47
Adding Notifications To Our Chat App: Pt. 2
-
Урок 163.
00:07:12
Single Responsibility Principle
-
Урок 164.
00:07:43
Open/Closed Principle
-
Урок 165.
00:05:31
Liskov Substitution Principle
-
Урок 166.
00:04:52
Interface Segregation Principle
-
Урок 167.
00:05:55
Dependency Inversion Principle
-
Урок 168.
00:08:40
Law Of Demeter
-
Урок 169.
00:08:50
Module Pattern
-
Урок 170.
00:09:07
Singleton Pattern
-
Урок 171.
00:09:52
Observer Pattern
-
Урок 172.
00:08:25
Registry Pattern
-
Урок 173.
00:06:18
Mixin Pattern
-
Урок 174.
00:10:23
Proxy Pattern With Proxy Objects
-
Урок 175.
00:07:03
Proxying Function Calls
-
Урок 176.
00:07:38
Implementing Data Binding With Proxy Objects