ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

331 results

The Hot Path
You Use async/await Every Day. Here Is What It Is Actually Doing.

Most tutorials teach you the syntax of callbacks, promises and async/await. Almost none of them tell you what each one was ...

8:37
You Use async/await Every Day. Here Is What It Is Actually Doing.

62 views

11 days ago

ITower
NEW JavaScript Method Promise.try Explained 2026

Most developers write .then() and .catch() and assume their code is fully protected from errors. But the truth is - a synchronous ...

11:53
NEW JavaScript Method Promise.try Explained 2026

34 views

13 days ago

Zubair Explains Tech
JavaScript Promises Made Simple | Pending, Fulfilled, Rejected, then & catch

Learn how JavaScript Promises work through a simple animated story about a magical parcel. In this video, the parcel represents ...

1:00
JavaScript Promises Made Simple | Pending, Fulfilled, Rejected, then & catch

8 views

1 day ago

AltCampus
What Is a Promise in JavaScript? (Explained Simply

A promise in JavaScript is like a receipt you get when you order a burger. This lesson uses that receipt idea to explain what a ...

5:00
What Is a Promise in JavaScript? (Explained Simply

99 views

3 weeks ago

AltCampus
Practice with JavaScript Promises: resolve, reject, then, catch

Work through a set of promise exercises step by step so the pieces click. You build promises that resolve after a setTimeout, reject ...

25:17
Practice with JavaScript Promises: resolve, reject, then, catch

216 views

2 weeks ago

AltCampus
Understanding Promise Chaining in JavaScript

This lesson shows how to chain promises with .then so async steps run one after another. You'll start with a simple resolved ...

12:55
Understanding Promise Chaining in JavaScript

34 views

3 weeks ago

Rajesh Daily Tech
JavaScript Promises Tutorial for Beginners | then(), catch(), finally() Explained with Real Example

Want to understand JavaScript Promises without confusing theory? This video explains Promises using a simple and practical ...

15:38
JavaScript Promises Tutorial for Beginners | then(), catch(), finally() Explained with Real Example

98 views

3 weeks ago

Three Minute Stack
What a Promise Actually Is | JS Fundamentals 7.4 · Three Minute Stack

A promise is an object representing a result that has not arrived yet. Three states, one-way transitions, and why it settles only once ...

2:15
What a Promise Actually Is | JS Fundamentals 7.4 · Three Minute Stack

1 view

6 days ago

MasterDotDev
JavaScript Promises: Task & Microtask Queues

Discover how JavaScript promises work under the hood. Will Sentance dives into the Fetch API, highlighting how the JavaScript ...

48:55
JavaScript Promises: Task & Microtask Queues

2,740 views

2 weeks ago

i don't want to learn
Async JavaScript Finally Makes Sense: Callbacks → Promises → await | Node.js Zero to Production #3

Async is where beginners get lost — and where Node developers are made. This episode climbs the whole ladder: callbacks, ...

12:09
Async JavaScript Finally Makes Sense: Callbacks → Promises → await | Node.js Zero to Production #3

10 views

11 days ago

Codepoint
JavaScript Promises Explained (2026): .then(), async/await, and the New Promise.try()

JavaScript Promises Explained (2026) A full deep dive into JavaScript Promises — what they actually are under the hood, how to ...

4:02
JavaScript Promises Explained (2026): .then(), async/await, and the New Promise.try()

39 views

4 weeks ago

Three Minute Stack
The Problem Promises Were Invented to Solve | JS Fundamentals 7.3 · Three Minute Stack

Why callbacks were the original answer, the two problems that made them painful, and what specifically promises fixed.

1:51
The Problem Promises Were Invented to Solve | JS Fundamentals 7.3 · Three Minute Stack

0 views

6 days ago

Web Development Tutorials
JavaScript - Web development basic Series: Introduction to JavaScript Promises

A Promise genuinely represents a value that isn't ready yet, but will resolve or reject later. In this video you'll build and use a real ...

1:00
JavaScript - Web development basic Series: Introduction to JavaScript Promises

1 view

4 days ago

AltCampus
Writing Your First Promise in JavaScript

Build your first Promise in JavaScript and see how the constructor works. You create a new Promise, pass in a function that ...

11:46
Writing Your First Promise in JavaScript

92 views

3 weeks ago

Future Coding Stars
#14. JavaScript Fetch API Tutorial 2026 | Async JavaScript, Promises & REST API for Beginners

Learn JavaScript Fetch API from scratch and master Async JavaScript, Promises, and REST API requests by building a real-world ...

7:21
#14. JavaScript Fetch API Tutorial 2026 | Async JavaScript, Promises & REST API for Beginners

31 views

2 weeks ago

Moteeullah Azmi
JavaScript Callbacks & Promises Explained (Resolve, Reject, Then, Catch)

Learn JavaScript Callbacks and Promises in the simplest way possible. In this video, you will understand callback functions, ...

6:44
JavaScript Callbacks & Promises Explained (Resolve, Reject, Then, Catch)

12 views

9 days ago

Frontend Tutorial
JavaScript Async/Await Explained for Beginners | Complete Tutorial #JavaScript #asyncawait

Learn JavaScript Async/Await from scratch in this easy-to-follow tutorial! In this 7-minute video, you'll understand how async ...

6:52
JavaScript Async/Await Explained for Beginners | Complete Tutorial #JavaScript #asyncawait

11 views

3 days ago

Adarsh Singh
JavaScript Interview Question: Custom Promise Pool

In this video, we solve a common JavaScript interview question: Promise Concurrency Limit You are given an array of async tasks ...

17:42
JavaScript Interview Question: Custom Promise Pool

4 views

3 hours ago

Nitish NovaX
JavaScript Async Programming Explained | Callbacks, Promises & Async/Await | #29

Welcome to Part 29 of the Complete Web Development Course! In this lesson, learn asynchronous JavaScript and understand ...

10:32
JavaScript Async Programming Explained | Callbacks, Promises & Async/Await | #29

0 views

3 days ago

AltCampus
The Three States of JavaScript Promises Explained

A promise in JavaScript moves through three states: pending, fulfilled, and rejected. This lesson explains what each state means, ...

10:47
The Three States of JavaScript Promises Explained

97 views

3 weeks ago