Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,893 results
Welcome to the 4th part of the JavaScript Patterns series! In this video, we explore the Prototype Pattern — what it is, how it works ...
82 views
7 months ago
Why Should You Understand `__proto__` In JavaScript Prototypes? Are you curious about how objects and inheritance work ...
2 views
3 months ago
Why Are JavaScript Prototypes Key For Performance? Have you ever wondered how JavaScript manages to run efficiently even ...
3 views
Why Do JavaScript Objects Link To Object.prototype? Have you ever wondered why JavaScript objects are connected to ...
2 months ago
Dive into the intricacies of JavaScript's prototype system and discover why you can't overwrite the `Object.prototype`. Learn the ...
0 views
4 months ago
In this video, we'll explore the concept of prototypes and the prototype chain in JavaScript. We'll cover what prototypes are, how ...
6 views
9 months ago
Explore the debate around adding methods to JavaScript object prototypes versus object constructors. Learn best practices to ...
1 view
5 months ago
What Is The Difference Between __proto__ And Prototype In JavaScript? Have you ever wondered how inheritance works in ...
4 views
Discover how to effectively use JavaScript prototypes to access object properties and avoid common pitfalls in creating objects.
10 months ago
Discover whether the object prototype in JavaScript is copied or referenced. Learn how property inheritance works with practical ...
Explore how using `Object.freeze()` affects prototype instances in JavaScript and why it matters for your objects' mutability.
What Is The Prototype Chain's Role In JavaScript Class Methods? Ever wondered how JavaScript manages shared methods ...
5 views
Discover how to effectively search for a key within an object's prototype in JavaScript, using clear examples and a step-by-step ...
8 months ago
In this video, we explore modern alternatives to the traditional `Object.prototype.hasOwnProperty` method for checking property ...
Thanks for watching. Any thoughts? Write a comment. If you liked the video, Like and Subscribe. It helps to create more videos!
Discover the `technical explanation` behind JavaScript's decision to omit new Object methods from the Object prototype, exploring ...
What Is JavaScript's Prototype Model? Have you ever wondered how JavaScript objects share properties and methods efficiently?
Discover why the prototype of your constructor function is visible while the instance's prototype appears undefined in JavaScript, ...
Explore the concept of prototype in JavaScript. Discover how it functions as a regular object and the significance it holds in ...
How Do Prototypes Work In JavaScript Objects? Are you interested in understanding how JavaScript objects share properties and ...