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
217 results
JavaScript is everywhere — but do you actually understand what happens behind the code? ⚡️ In this video, we break down ...
87 views
3 weeks 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
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
10 days 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
12 days ago
JavaScript is single-threaded. So how does it handle timers, API calls, user clicks, and other asynchronous operations without ...
197 views
2 weeks ago
JavaScript is single-threaded… so how can it handle asynchronous operations? In this short, we break down the JavaScript ...
13 views
17 hours ago
Follow tasks, microtasks, and the event loop to predict the order of asynchronous JavaScript code. An audio-first JavaScript study ...
6 views
11 views
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
3 days ago
Understand how asynchronous JavaScript actually executes under the hood. This video decodes the JavaScript event loop, ...
3 views
11 days 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 ...
Master the JavaScript Event Loop, call stack, Web APIs, task queues, and microtask queues. Learn how async/await and promises ...
Ever wondered how Node.js handles thousands of requests with just one thread? In this episode, we open up the event loop ...
7 views
13 days ago
JavaScript Event Loop explained in a simple and beginner-friendly way. Learn how synchronous and asynchronous JavaScript ...
37 views
1 day ago
JavaScript Event Loop Explained: Why setTimeout 0 Still Waits Explore the JavaScript Event Loop with a score demo and a pixel ...
4 views
5 days ago
Welcome back to the Complete JavaScript Course! You have made it to the "Final Boss" of JavaScript: Asynchronous ...
2 views
Python has the GIL. Go has goroutines. Rust has async runtimes. JavaScript has the event loop — one thread, ten million users.
The output is 1 4 3 2, and it is not a quirk: it is the event loop, and the two queues inside it decide both when your code runs and ...
24 views
4 weeks ago