Udemy

Asynchronous JavaScript

Enroll Now
  • 7,401 Students
  • Updated 2/2019
4.5
(1,237 Ratings)
CTgoodjobs selects quality courses to enhance professionals' competitiveness. By purchasing courses through links on our site, we may receive an affiliate commission.

Course Information

Registration period
Year-round Recruitment
Course Level
Study Mode
Duration
4 Hour(s) 38 Minute(s)
Language
English
Taught by
Asim Hussain
Rating
4.5
(1,237 Ratings)
1 views

Course Overview

Asynchronous JavaScript

Become an expert in Asynchronous JavaScript, Callbacks, Promises, Async/Await, Generators & The Event Loop

Do you know what's wrong with this code? Can you fix it without moving the last variable up the page?

############################################

function doAsyncTask(cb) {
    cb();
}

doAsyncTask( () => console.log(message) );

const message = "Hello I am a teapot";

############################################

If you're not certain then this Asynchronous JavaScript course is perfect for you.

What

Understanding the asynchronous nature of Javascript is key to mastering the language. 

This course is designed to take someone with a beginner level knowledge of async programming and turn them into an expert.

We do this by starting off very simple, explaining the core concepts. 

Then step by step adding in layers of knowledge, punctuated by quizzes and coding challenges to cement and your knowledge before moving onto the next section.

Why

I promise you'll end this course an expert in asynchronous programming in JavaScript, with knowledge most other experts don't even have.

You'll ace any JavaScript interview questions related to asynchronous code.

You'll spend less time chasing down bugs in async code.

You'll amaze your colleagues and friends with your level of knowledge and expertise in async programming.

How

I will explain what async and sync code really is, the advantages and disadvantages of each.

We'll cover in-depth the various asynchronous patterns in JavaScript including Callbacks, Promises, Async/Await and even Generators with plenty of exercises to practice what you've learnt.

In the end we'll go deep into the event architecture itself,  you'll know how async code is actually implemented in these applications.

Who

The ideal student for this course is someone with at least a basic level of Javascript, you must have written a few apps already.

You'll also need some familiarity with node and be comfortable on the command line.

But everything else I will explain from first principles.

Course Content

  • 9 section(s)
  • 51 lecture(s)
  • Section 1 Introduction
  • Section 2 Understanding Asynchronous vs Synchronous
  • Section 3 Asynchronous Patterns
  • Section 4 Asynchronous Patterns - Callbacks
  • Section 5 Asynchronous Patterns - Promises
  • Section 6 Asynchronous Patterns - Async/Await
  • Section 7 Asynchronous Patterns - Generators
  • Section 8 Event Loops
  • Section 9 Summary

What You’ll Learn

  • Ace any asynchronous JavaScript interview question
  • Spend less time chasing down bugs in asynchronous code
  • Write fast performant JavaScript applications
  • Understand complex JavaScript concepts

Reviews

  • O
    Oleksandr Golovatyi
    5.0

    Great course, thanks

  • L
    Linan Su
    5.0

    Great to learn this Asynchronous Javascript coure, enjoyed very much.

  • S
    Shubham Mankar
    3.0

    The examples covered in the course were good, I liked the interspersed quizzes. However, I don't think the concepts were well explained. For instance, the concept of "Promises" was just thrown at you and then we dove straight into coding. However, I believe that some examples using animations/ graphics would have been very helpful in understanding it better

  • F
    Fabiano Duarte
    5.0

    Excellent course if you need to understand how async calls work and their ways of doing it better in order to make your code performant.

Start FollowingSee all

We use cookies to enhance your experience on our website. Please read and confirm your agreement to our Privacy Policy and Terms and Conditions before continue to browse our website.

Read and Agreed