Udemy

Asynchronous JavaScript

立即報名
  • 7,401 名學生
  • 更新於 2/2019
4.5
(1,237 個評分)
CTgoodjobs 嚴選優質課程,為職場人士提升競爭力。透過本站連結購買Udemy課程,本站將獲得推廣佣金,有助未來提供更多實用進修課程資訊給讀者。

課程資料

報名日期
全年招生
課程級別
學習模式
修業期
4 小時 38 分鐘
教學語言
英語
授課導師
Asim Hussain
評分
4.5
(1,237 個評分)
2次瀏覽

課程簡介

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.

課程章節

  • 9 個章節
  • 51 堂課
  • 第 1 章 Introduction
  • 第 2 章 Understanding Asynchronous vs Synchronous
  • 第 3 章 Asynchronous Patterns
  • 第 4 章 Asynchronous Patterns - Callbacks
  • 第 5 章 Asynchronous Patterns - Promises
  • 第 6 章 Asynchronous Patterns - Async/Await
  • 第 7 章 Asynchronous Patterns - Generators
  • 第 8 章 Event Loops
  • 第 9 章 Summary

課程內容

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

評價

  • 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.

立即關注瀏覽更多

本網站使用Cookies來改善您的瀏覽體驗,請確定您同意及接受我們的私隱政策使用條款才繼續瀏覽。

我已閱讀及同意