JavaScript Promises

Go to class
Write Review

Free Online Course: JavaScript Promises provided by Udacity is a comprehensive online course, which lasts for 3 weeks long. The course is taught in English and is free of charge. JavaScript Promises is taught by Cameron Pittman.

Overview
  • Learn how to handle asynchronous work with ease! In this course, you'll use Native JavaScript Promises to write asynchronous code that is easy to read, easy to write and easy to debug.

    Along the way, you'll be using Promises to make a webapp come to life!

Syllabus
    • Creating Promises
      • Promises syntax and scope.,Simplifying common, useful methods with Promises.,Basic error handling.
    • Chaining Promises
      • Creating sequences of async work manually.,Advanced error handling.,Techniques for generating sequences of async work with array methods.