Promises in JavaScript

Purchase a Subscription!

Watch the first few minutes on us! If you'd like to watch the entire video and hundreds more like it, download code samples, access offline videos and skills assessments, and use the discussion forums, log in or purchase a subscription.


Instructor

Eric Greene

Description

JavaScript code is single-threaded, but asynchronous calls enable apps to remain responsive to user input without blocking the UI thread. Promises simplify asynchronous programming and make JavaScript a more robust language. Learn all about promises in JavaScript and use that knowledge to write better and more maintainable apps.

Table of Contents

{{toc.Position}} {{toc.Text}}

Related Links

  • {{link.LinkText}} (requires a paid subscription)

Series

This course is part of the following series: