ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

54 results

The Debug Zone
How to Access JavaScript Promise Outside the Then Function: A Guide

In this video, we delve into the world of JavaScript promises and explore a common challenge developers face: accessing ...

3:10
How to Access JavaScript Promise Outside the Then Function: A Guide

1 view

4 months ago

The Debug Zone
Understanding Why Promise.resolve Cannot Be Called as a Function in JavaScript

In this video, we delve into the intricacies of JavaScript's Promise object, specifically focusing on the behavior of the ...

2:02
Understanding Why Promise.resolve Cannot Be Called as a Function in JavaScript

0 views

4 months ago

The Debug Zone
How to Create a Function Like Promise.some/any for Multiple Promises

In this video, we dive into the world of JavaScript promises and explore how to create a custom function that mimics the behavior ...

2:55
How to Create a Function Like Promise.some/any for Multiple Promises

34 views

7 months ago

Jan Hesters
JavaScript Promises Explained, But On A Senior-Level

Want to hire a senior React developer? Visit https://reactsquad.io/jan now! If you're expanding your team and need to hire React ...

28:43
JavaScript Promises Explained, But On A Senior-Level

184 views

7 months ago

The Debug Zone
Why Doesn't JavaScript Promise Have a get() Method? Explained!

In this video, we dive into the intriguing world of JavaScript promises and explore a common question among developers: why ...

1:31
Why Doesn't JavaScript Promise Have a get() Method? Explained!

0 views

3 months ago

Learn with Shikaar
Check If Looks Like Promise

Video Title: Check If a Value Looks Like a Promise in JavaScript In this video, you'll learn how to check if a value behaves like a ...

2:32
Check If Looks Like Promise

1 view

9 months ago

The Debug Zone
How to Use Await with Promise.resolve().then() in JavaScript

In this video, we'll explore the powerful combination of `await` and `Promise.resolve().then()` in JavaScript. Understanding how to ...

1:32
How to Use Await with Promise.resolve().then() in JavaScript

7 views

5 months ago

The Debug Zone
await Promise.all() vs Multiple await: Key Differences Explained

In this video, we dive into the world of asynchronous programming in JavaScript, focusing on two powerful techniques: ...

1:32
await Promise.all() vs Multiple await: Key Differences Explained

2 views

4 months ago

Learn with Shikaar
Convert Callback to Promise in JavaScript — The Modern Way

Convert Callbacks to Promises in JavaScript In this video, you'll learn how to convert traditional callback-based functions into ...

2:58
Convert Callback to Promise in JavaScript — The Modern Way

11 views

6 months ago

Learn with Shikaar
Run Promises in Series

Video Title: Run Promises in Series in JavaScript In this video, you'll learn how to execute multiple asynchronous operations one ...

3:02
Run Promises in Series

4 views

9 months ago

Learn with Shikaar
Async to Promise Conversion

Video Title: Convert Async Functions to Promises in JavaScript In this video, you'll learn how to convert an async function into a ...

2:24
Async to Promise Conversion

13 views

10 months ago

The Debug Zone
Why Does My Promise Return Undefined? Common Issues and Solutions Explained

In this video, we dive into a common yet perplexing issue faced by many developers: why promises in JavaScript return undefined ...

2:16
Why Does My Promise Return Undefined? Common Issues and Solutions Explained

25 views

8 months ago

Learn with Shikaar
Make HTTP GET Requests in JavaScript Using Promises

Perform HTTP GET Request with Promises in JavaScript In this video, you'll learn how to make an HTTP GET request using ...

3:09
Make HTTP GET Requests in JavaScript Using Promises

0 views

6 months ago

The Debug Zone
Understanding Await in Promises: A Guide to Asynchronous JavaScript

In this video, we dive into the world of asynchronous JavaScript, focusing on the powerful combination of Promises and the `await` ...

1:58
Understanding Await in Promises: A Guide to Asynchronous JavaScript

1 view

3 months ago

The Debug Zone
How to Wait for a Promise in Synchronous Node.js Functions: A Complete Guide

In this video, we delve into the intricacies of handling promises within synchronous functions in Node.js. As JavaScript developers ...

1:34
How to Wait for a Promise in Synchronous Node.js Functions: A Complete Guide

0 views

2 months ago

The Debug Zone
Error Handling in Async Functions: Throw vs Return Rejected Promise Explained

In this video, we dive into the intricacies of error handling in asynchronous functions, focusing on the critical differences between ...

3:37
Error Handling in Async Functions: Throw vs Return Rejected Promise Explained

2 views

2 months ago

The Debug Zone
Why Promise.all Isn't Working: Common Issues and Solutions Explained

In this video, we dive into the intricacies of JavaScript's Promise.all, a powerful tool for handling multiple asynchronous operations.

2:08
Why Promise.all Isn't Working: Common Issues and Solutions Explained

0 views

5 months ago

The Debug Zone
How to Create a Promise Chain in a For Loop: JavaScript Guide

In this video, we'll explore the concept of promise chaining within a for loop in JavaScript. As asynchronous programming ...

2:02
How to Create a Promise Chain in a For Loop: JavaScript Guide

2 views

6 months ago

The Debug Zone
How to Wait for forEach with Promises to Complete in JavaScript

In this video, we dive into a common challenge faced by JavaScript developers: how to effectively wait for the `forEach` method to ...

1:30
How to Wait for forEach with Promises to Complete in JavaScript

8 views

5 months ago

The Debug Zone
Implementing Promises in Ionic/Cordova: A Step-by-Step Guide

In this video, we dive into the world of asynchronous programming with a focus on implementing Promises in Ionic and Cordova ...

3:02
Implementing Promises in Ionic/Cordova: A Step-by-Step Guide

10 views

5 months ago

The Debug Zone
Fixing 'Possible Unhandled Promise Rejection: Undefined is Not a Function'

In this video, we tackle a common issue faced by JavaScript developers: the dreaded "Possible Unhandled Promise Rejection: ...

1:59
Fixing 'Possible Unhandled Promise Rejection: Undefined is Not a Function'

12 views

4 months ago

The Debug Zone
Why is Promise reject() Going to then() Instead of catch() in Jest Mock?

In this video, we dive into a common confusion among developers using Jest for testing: why does a Promise's `reject()` go to ...

2:57
Why is Promise reject() Going to then() Instead of catch() in Jest Mock?

0 views

2 months ago

Learn with Shikaar
Run Async JavaScript Operations in Sequence with asyncawait

Sequential Async Operations in JavaScript Using Promises In this video, you'll learn how to run asynchronous operations ...

3:07
Run Async JavaScript Operations in Sequence with asyncawait

2 views

6 months ago

The Debug Zone
React Native Async Function Returns Promise Instead of JSON Data: Solutions

In this video, we dive into a common challenge faced by developers using React Native: dealing with async functions that return ...

1:34
React Native Async Function Returns Promise Instead of JSON Data: Solutions

3 views

5 months ago

The Debug Zone
TypeScript Async Type Guard with Promise: A Complete Guide and Examples

In this video, we dive into the powerful world of TypeScript and explore the concept of async type guards using Promises.

2:24
TypeScript Async Type Guard with Promise: A Complete Guide and Examples

5 views

4 months ago