This course will teach you how to work with asynchronous JavaScript, enabling your web pages to handle delays and interact with remote servers. You'll begin by learning the fundamentals of asynchronous programming using callbacks, then progress to more modern approaches with Promises and async
/await
. You'll also explore how to make HTTP requests using the Fetch API and handle data from external sources. The course concludes with a set of projects that reinforce the material and show how these techniques are used in real applications.
Course No. | Name |
---|---|
JS230 | DOM Manipulation & Browser Events |
Asynchronous Programming with Callbacks
Promises and async
/ await
async
/ await
async
/ await
with Promises
Making HTTP Requests from JavaScript