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
118 results
In this video, you'll learn how object prototypes work in JavaScript and how to leverage them for efficient code reuse: ...
0 views
42 minutes ago
JavaScript prototypes are one of the most confusing yet powerful concepts for beginners and even intermediate developers.
26 views
4 weeks ago
In this video we will learn how inheritance works in JavaScript, focusing on the good parts that actually matter in real-world ...
337 views
6 days ago
Master the "DNA" of JavaScript! Confused about the difference between .prototype and __proto__? You aren't alone. These are ...
98 views
2 weeks ago
How do Javascript objects refer to their prototypes and is their any end to their prototype chain. Learning with trying out a few ...
2 views
3 weeks ago
JavaScript prototypes are one of the most important and confusing concepts for beginners and interview candidates. In this video ...
67 views
Everything Is an Object Inheritance and the Prototype Chain DON'T FORGET TO LIKE, SHARE AND SUBSCRIBE TO MY ...
6 views
9 days ago
Think JavaScript copies properties? It doesn't. In this Guess the Output short, we look at a simple example of prototypal ...
187 views
In this video, we'll explore how to enhance your JavaScript development experience in Visual Studio Code by enabling Object ...
JavaScript Interview Questions - Part 6/220 Stuck on prototype inheritance in coding interviews? Master this 2025 frontend ...
87 views
7 days ago
The Prototype Chain in the Console DON'T FORGET TO LIKE, SHARE AND SUBSCRIBE TO MY CAHNNEL... Copyright ...
PHP's magic methods vs JavaScript's prototypes - which OOP is more powerful? EPIC!
1,049 views
11 days ago
In this video, we learn Prototype in JavaScript — and how it actually works behind the scenes ⚙️ with special focus on ...
18 views
10 days ago
... JS OOPS Javascript Object Oriented Programming How OOPS works in Javascript Prototypes in JS Javascript __ptoto__ What ...
605 views
prototypeJavaScript #classin javascript.
9 views
A prototype pollution vulnerability where a malicious JSON payload modifies Object.prototype. After the attack, every new object ...
1,364 views
Ever wondered what {}.toString() does in JavaScript? It calls the Object.prototype.toString() method and returns [object Object] for ...
80 views
Do you think functions are just blocks of code? Think again! In JavaScript, every function is a full-fledged object with properties, ...
3 days ago
Blink is a compiled programming language offering speeds matching that of C, C++, Rust, etc. Designed with a simple, modern ...
3,596 views
5 days ago
Using constructors to create objects with template properties and using the this keyword. Knowing when to use constructors ...