Asynchronous JavaScript: Promises, Callbacks, Async Await (Udemy.com)
Everything about JavaScript Promises, Callback functions, Async Await, and Event Loop
Created by: Viktor Pyskunov
Produced in 2021
What you will learn
- No fluff, direct and to the point
- Learn fundamental concepts of Asynchronous JavaScript
- Everything about JavaScript Promises
- Callback functions: pros & cons, when to use and how to test
- Async Await - the new way of handling asynchronous operations in JavaScript
- Event Loop
- How JavaScript engine executes code behind the scenes
- Unit testing of asynchronous functions
Quality Score
Overall Score : 90 / 100
Course Description
We will be talking about 3 main components of Async JavaScript: Callback functions, Promises, and Async Await.
Callbacks in JavaScript are used everywhere. Creating event handlers, making HTTP requests, interacting with the DOM, setting timeouts, reading or writing data to the filesystem, working with databases, etc. I am pretty sure you are already using callbacks in your code, but I am not sure if you know how they actually work... Knowing how things really work will help you write your code faster and avoid weird bugs.
Promises were created as a better alternative to callbacks. They don't have drawbacks that callbacks have. JavaScript promises are incredibly helpful when you have several asynchronous operations that depend on each other. However, promises are a new concept which you have to learn, and this course will help you with that.
Async Await is a syntactic sugar around Promises introduced in EcmaScript 8. Before that writing asynchronous code in JavaScript was very different from writing ordinary synchronous code. Async await allows you to structure all your code in a similar way, no matter if it's synchronous or asynchronous.
There is a lot of asynchronous stuff going on in popular JavaScript libraries and frameworks: React, Angular, Vue.js, jQuery, etc. In NodeJS it's almost impossible to write anything without using asynchronous operations. After watching this course you will be able to read and write asynchronous JavaScript code effectively, and you will definitely understand how it works behind the scenes!Who this course is for:
- Developers with basic JavaScript knowledge
- Those who want to master Asynchronous JavaScript, Callbacks, Promises, Async Await
Instructor Details
- 4.5 Rating
126 Reviews
Viktor Pyskunov
My name is Viktor and my goal is to help you understand stuff.
I am a Senior Software Developer specializing in JavaScript and various technologies around it.
I have been creating web applications for 12 years.
During these years I acquired a lot of expertise in Software Development industry.
Now I want to share my knowledge with you.
I design my courses so they are easy to understand and to follow,
and I update them regularly in order to keep them up-to-date.
Students also recommend
-
The Complete JavaScript Course 2021: From Zero to Expert! (2021)
-
4.7 (810 Reviews)
-
Provider: Udemy
Time: 66.5h
11.99
-
JavaScript Tutorial for Beginners by The Net Ninja (2015)
-
4.9 (21 Reviews)
-
Provider: YouTube
Time: 5h
Free



