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
532 results
JavaScript is everywhere — but do you actually understand what happens behind the code? ⚡️ In this video, we break down ...
87 views
3w ago
The Event Loop is one of JavaScript's most important concepts. Learn how the Call Stack, Web APIs, Callback Queue, and Event ...
57 views
12d ago
Two pages. One line of code different. One of them freezes — and it is not the one you would guess. In this video: how the browser ...
158 views
JavaScript is single-threaded. So how does it handle timers, API calls, user clicks, and other asynchronous operations without ...
197 views
2w ago
JavaScript is single-threaded… so how can it handle asynchronous operations? In this short, we break down the JavaScript ...
13 views
18h ago
Follow tasks, microtasks, and the event loop to predict the order of asynchronous JavaScript code. An audio-first JavaScript study ...
6 views
In this video, I break down the Node.js Event Loop in simple, real-world terms — no jargon, just a clear mental model you'll ...
416 views
10d ago
Mastering JavaScript Event Loop and Microtasks: How JS Actually Executes: Architecture & Code Walkth - In this video, you'll ...
1 view
Ever wondered why your web app feels slow or "janky"? It's likely due to blocking the browser's main thread. This video dives ...
29 views
https://www.coreconceptlab.com/concepts/details/javascript-event-loop In this video, we break down the Call Stack, Microtasks, ...
12 views
3d ago
11 views
Ever wondered how Node.js handles thousands of requests with just one thread? In this episode, we open up the event loop ...
7 views
13d ago
JavaScript Event Loop explained in a simple and beginner-friendly way. Learn how synchronous and asynchronous JavaScript ...
40 views
1d ago
Learn how Node.js works internally and how its architecture supports asynchronous, non-blocking I/O. This video explains the ...
58 views
JavaScript Event Loop Explained: Why setTimeout 0 Still Waits Explore the JavaScript Event Loop with a score demo and a pixel ...
4 views
5d ago
JavaScript can only run one line of code at a time — so how does it handle timers, API calls, and promises all at once without ...
Python has the GIL. Go has goroutines. Rust has async runtimes. JavaScript has the event loop — one thread, ten million users.
Master the JavaScript Event Loop, call stack, Web APIs, task queues, and microtask queues. Learn how async/await and promises ...
11d ago
Understand how asynchronous JavaScript actually executes under the hood. This video decodes the JavaScript event loop, ...
3 views