Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Udacity

Asynchronous JavaScript Requests

via Udacity

Overview

This course covers everything you need to know to asynchronously request data in your web apps. You'll dive into async requests by using the XHR object, jQuery's .ajax method, and the Fetch API.

Syllabus

  • Ajax with XHR
    • In this lesson, you'll learn why you should use asynchronous data requests. Use the `XHR` object to send and receive data asynchronously.
  • Ajax with jQuery
    • In this lesson, you'll compare using `XHR` with using jQuery's Ajax method. You'll send and receive data using jQuery's Ajax methods and learn how jQuery's Ajax works under the hood.
  • Ajax with Fetch
    • In this lesson, you'll use JavaScript Promises to create a fetch request and handle the returned data asynchronously. You'll also learn how to handle errors for failed requests.

Taught by

Richard Kalehoff

Reviews

5 rating at Udacity based on 2 ratings

Start your review of Asynchronous JavaScript Requests

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.