Asynchronous JavaScript Course – Async/Await , Promises, Callbacks, Fetch API

preview_player
Показать описание
Master asynchronous programming in JavaScript. You'll learn javascript promises, async/await, and the Fetch API. Then you'll your new knowledge to build 3 projects.

✏️ Course developed by @CodeLab98

⭐️ Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:00:19) Like & Subscribe
⌨️ (0:00:27) Part 1 Overview
⌨️ (0:00:50) Prerequisites
⌨️ (0:01:02) What is Synchronous Programming
⌨️ (0:01:14) What is Asynchronous Programming
⌨️ (0:05:13) Call Backs
⌨️ (0:09:45) Call Back HELL
⌨️ (0:10:07) Call Back HELL Example
⌨️ (0:12:55) Promises
⌨️ (0:13:26) 3 States of a Promise
⌨️ (0:19:38) Consuming Promises
⌨️ (0:19:52) Then/Catch
⌨️ (0:24:59) Common Mistakes (Then/Catch)
⌨️ (0:27:01) Promise.All()
⌨️ (0:31:10) Async/Await
⌨️ (0:40:55) Part 2
⌨️ (0:41:19) Recap Promises
⌨️ (0:43:14) Fetch API
⌨️ (0:51:58) Chuck Norris API
⌨️ (1:02:16) Weather API
⌨️ (1:30:48) Pokedex API
Рекомендации по теме
Комментарии
Автор

Thanks for watching everyone! I hope you enjoy the course and learn a lot from it! 😎

CodeLab
Автор

Great concise video on Async function. I didn't even know these existed before today and now I know everything I need to know to get started. One thing I would have appreciated is if you gave us a list of the function you wanted to create during the projects and gave us an opportunity to try to create the functions ourselves.

Miidniie
Автор

This is very essential for those tending to go into backend

Learn_German_Quiz
Автор

40 mins in and I love this. So clear and well explained. Thank you so much.

Mary-kp
Автор

Thanks for putting together this comprehensive tutorial explaining the differences and usage of each. Much appreciated! Blessings.

randymartin
Автор

Yes!!! I've been eagerly waiting for this

carlmworia
Автор

This was made really well, thank you so much.

Mas-zgmf
Автор

Love the pokemon tutorial, thank you so much!

randymartin
Автор

Promises:
continues executing without waiting for the previous promise to resolve.
and Each .then() creates a new promise, chaining them together.

async/await:
The await keyword pauses the execution of the function until the Promise is resolved, making it behave more like synchronous code.

chharsha
Автор

18:18 It's not really clear what's happening in the console. It just shows messages while he is typing the code. Would be nice if he turned off code auto-execution.

rustix
Автор

48:33 How to choose what method to use? POST...

SphereofTime
Автор

Wonderfull course, my best channel, hi beau

karimkrimou
Автор

whats temperature do you reccomend for baking the brownies?

akshayvenkataramana
Автор

Please do a video of asynchronous programing in python

Shreekanthsharma-tx
Автор

Second video, asking for some projects using IDX

yuzuru
Автор

Hey could you please provide us a full Java backend course? Spring springboot hibernate and all required for a production ready Java backend app.

KrishnaKumar-pvpu
Автор

Watching on mobile can't see the code. Should be large font

trendingflix
Автор

por favor! façam em com faixa de audio em pt br

Henriqxsz
Автор

I am interested in the topic but I could NOT see what he was doing. Zoom features on the screen could help.

Maitahtmai
Автор

But in this one we didn't get to make and sell ice cream and then buy a lambo with that money! 😢

agentm