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
38 results
JavaScript Interview Questions - Part 6/220 Stuck on prototype inheritance in coding interviews? Master this 2025 frontend ...
87 views
13 days ago
JavaScript IIFE - JavaScript Tutorial for Developers An IIFE (Immediately Invoked Function Expression) is a function expression ...
11 views
5 days ago
One small mistake can cause low performance unlock list of common interview questions and answers. prototype and ...
118 views
4 days ago
PHP's magic methods vs JavaScript's prototypes - which OOP is more powerful? EPIC!
1,049 views
2 weeks ago
PERFORMANCE TIP: This ONE trick will save memory in your JavaScript code! Are you putting methods inside constructor ...
73 views
1 day ago
A prototype pollution vulnerability where a malicious JSON payload modifies Object.prototype. After the attack, every new object ...
1,365 views
3 weeks ago
Ever wondered what {}.toString() does in JavaScript? It calls the Object.prototype.toString() method and returns [object Object] for ...
80 views
4 weeks ago
Mind-Blown: Why can EVERY JavaScript object use .toString()? You never created this method... so where does it come from?
63 views
3 days ago
Object.create() - JavaScript Tutorial for Developers Creates a new object with a specified prototype. Enables inheritance without ...
581 views
10 days ago
IIFE: Immediate Functions - Full JavaScript Tutorial An IIFE (Immediately Invoked Function Expression) is a JavaScript function ...
5 views
"Discover how to create more robust instanceof checks in JavaScript, exploring four options from overriding Object.prototype.
53 views
Ever wondered what happens when you use the 'new' keyword in JavaScript? This short breaks down the 4 steps JavaScript ...
103 views
ES6 Classes make JavaScript OOP so much cleaner! Before ES6, we used messy constructor functions with prototype methods ...
99 views
Array Keys Method - Part 30/715 - JavaScript Tutorial for Developers The `Array.prototype.keys()` method returns a new Array ...
97 views
Ever wondered how objects can access properties they don't own? That's the PROTOTYPE CHAIN in action! In this short, I'll ...
100 views
Grouping data by a key is a very common task in JavaScript. Common approach: Using a plain object and mutating it as you ...
1,282 views
8 days ago
Master the prototype design pattern with a graphical figures example! #java #coding #software #prototype #programming ...
0 views
Stop memorizing definitions. Understand the internal lookup mechanism of the JavaScript engine. In this video, we move ...
1,004 views
Calling obj.hasOwnProperty can be unsafe. Object.hasOwn is explicit and avoids prototype pitfalls. Music: “Background Music 2” ...
2,082 views
The RIGHT way to do inheritance in JavaScript! Learn why Object.create() is better than __proto__ for prototype inheritance.
112 views
2 days ago