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
17 results
Stop rebuilding expensive objects from scratch. Learn how the Prototype pattern clones a fully prepared object so every spawn is ...
5 views
2 weeks ago
Every JavaScript object has a secret parent it can fall back on — that chain is the Prototype, and it's the engine behind every class ...
55 views
11 days ago
A focused JavaScript lesson about Prototypes, with examples, common mistakes, self-checks and practical browser context.
1 view
5 days ago
Har JavaScript object ka ek chhupa hua parent hota hai — yahi chain hai Prototype, aur yahi har class ke peeche ka engine hai.
8 views
Basics of Prototype and its inheritance in JS explained | prototype chaining todolist using tailwind react ...
3 weeks ago
A focused JavaScript lesson about Constructors, with examples, common mistakes, self-checks and practical browser context.
52 views
A focused JavaScript lesson about Classes, with examples, common mistakes, self-checks and practical browser context.
0 views
JavaScript classes only get one parent — so how do you share behavior like logging, dirty-tracking, or serialization across totally ...
4 views
8 days ago
What are JavaScript Polyfills? In this video, you'll learn everything about JavaScript Polyfills with simple explanations and ...
50 views
A JavaScript Proxy lets an object intercept its own reads and writes — validate, log, even fake values — without touching the ...
58 views
12 days ago
Stop newing up classes all over your codebase. A factory is just a function that returns an object: config in, a ready-to-use thing out ...
4 days ago
JavaScript classes only get one parent — so how do you share behaviors like logging, dirty-tracking, or serialization across ...
Project Overview – AI-Vahan Drishti AI-Vahan Drishti is an AI-powered traffic enforcement system designed to address one of the ...
3 views
JavaScript ka Proxy pattern, Hinglish me. Ek object apne reads aur writes intercept karta hai — validate, log, ya fake values ...
27 views
Instantiate an object by calling constructor with parameter list using apply? Helpful? Please use the *Thanks* button above!
11 views
Key Concepts Data Serialization JSON JavaScript Object Notation Protocol Buffers Protobuf Binary Serialization Text-Based ...
22 views
1 day ago
Stop newing classes throughout your codebase. A factory is simply a function that returns an object: config inside, a ready-to ...