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
42 results
A focused JavaScript lesson about Callbacks, with examples, common mistakes, self-checks and practical browser context.
5 views
3 weeks ago
useState(value) and useState(function () { return value }) give you the same initial state — but they differ in WHEN it's computed.
15 views
Async Await looks simple… but internally JavaScript is doing something incredibly clever. In this video, we visually break down ...
19 views
2 weeks ago
A focused JavaScript lesson about this, call, apply & bind, with examples, common mistakes, self-checks and practical browser ...
9 views
How do you optimize performance in a React application? This is one of the most common React interview questions for frontend ...
30 views
5 days ago
in a horrible nutshell don't subscribe i'm anti-fame i did this more for my own self-interests rather than for your (nonexistent) guys ...
38 views
How does Node.js handle thousands of users with a single JavaScript thread? In this video, we visually break down how Node.js ...
33 views
Ever wondered how Node.js handles asynchronous operations despite being single-threaded? Here is a quick visual ...
Learn JavaScript Callback Functions in just a few minutes! In this quick revision video, you'll learn: ✓ What a Callback Function is ...
3 views
13 days ago
A focused JavaScript lesson about Arrow Functions, with examples, common mistakes, self-checks and practical browser context.
Why does Promise.then() execute before setTimeout(0)? This is one of the most confusing behaviors in JavaScript—but once you ...
4 views
How does JavaScript run async code on a single thread? This animated explainer walks through the entire Event Loop, step by ...
13 views
In this video I break down the JavaScript event loop: the system that lets JavaScript handle timers, network requests, and user ...
2 views
GPALElement.Click() covers most callback interactions, but some situations require a different approach. ElementAssistant ...
0 views
JavaScript Interview Question #23 Can you predict the output before running the code? function multiply(a) { return function(b) ...
21 views
4 weeks ago
Node.js async.each didn't call callback function Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
Your browser and Node.js handle ten thousand connections at once — with a single thread. No locks, no races, no deadlocks.
11 days ago
Callbacks were the messy ex — every task nested inside another until your code leaned sideways like a tower. async/await is the ...
Node.js Architecture ko easy Hindi mein samjho! Is video mein Event Loop, Single Thread, Non-Blocking I/O aur Callback ...
28 views
Imagine walking into a bank with only one teller. If every customer had to wait for long transactions to finish before anyone else ...