Async / await syntax | JavaScript introduction for beginners [2021] #28

preview_player
Показать описание
Link to all courses with BIG DISCOUNTS 🤯 :

Do you want to bring your dev skills to the next level? Then check out the links with BIG DISCOUNTS to my courses on Udemy! Purchasing the courses is a great way to support this channel and the content I produce, while also getting something amazing in return, so head there right now! I am looking forward to seeing you there and receiving your feedback on the course!

The courses also have a 30-day money-back guarantee, so if you are not satisfied with the purchase, you can ask for a refund, no questions asked.

***

Hi everyone! In this video, we go through the async / await syntax in JavaScript and understand how it relates to JavaScript Promises. We also discuss how async functions behave, and which aspects we need to keep in mind when working with them. Hope you enjoy it! :)

This video is part of a JavaScript introductory course for beginners, where I will take you through all the most important JavaScript concepts, as well as several best practices for the language. Here is the playlist for the whole JavaScript introduction course:

The course has an interactive online platform where you can practice everything we discuss during the videos:

This course is party based on several JS books, which can be found for free here:

─ 🎬 VIDEO CHAPTERS AND CONTENT ─
0:00 Introduction
1:09 The async / await syntax in JavaScript
8:07 Behavior of async / await functions
15:09 Closing

─ 🎥 OTHER PLAYLISTS IN THE CHANNEL ─

─ 🌎 ADDITIONAL LINKS ─

─ 📬 SUBSCRIBE TO THE CHANNEL ─
Want to become a better, more skilled developer? Then make sure to subscribe to the channel and keep on challenging yourself with the new concepts we discuss in every video :) I have a lot of ideas for playlists, ranging from an introduction to Typescript to a deep dive on more complex topics such as microservices-based systems, securing applications, optimization, and much more!

─ 🔈 CONTRIBUTE! ─
If there is any topic in development that interests you, make sure to write it down in the comments! I will take into consideration all your suggestions and requests, as well as the popularity of each of them, when deciding which series to record in the future :)
Рекомендации по теме
Комментарии
Автор

Hi, great video as always. May i ask you one question not related to this vid? I've been working my way through eloquent js and i coudn't google anything about this line of code (return routeRequest(nest,  source,  "storage",  name)
        .then(value => value != null ? value : next(),
              next);)
Function next is recursive and its calls itself inside then method, but what is this synthax " next(), next'?

ДенисКац-эь
visit shbcf.ru