Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

JavaScript: Async [Updated: 10/26/2021]

Posted By: IrGens
JavaScript: Async [Updated: 10/26/2021]

JavaScript: Async [Updated: 10/26/2021]
.MKV, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 1h 31m | 369 MB
Instructor: Sasha Vodnik

Asynchronous code is the foundation of most modern web experiences. It allows programs to switch between tasks and juggle multiple requests. However, without a thorough understanding of asynchronous programming, developers can write bloated code that works against the architecture of the web. Join Sasha Vodnik in this course, which explores asynchronous approaches to JavaScript programming using callbacks, promises, and the async/await operators in ES6. Learn what's going on line by line in your code, revisit basic structures like XMLHttpRequest (XHR) objects and setTimeout(), and discover how to use the new syntax options in JavaScript to tackle any coding challenge.

Learning objectives

  • Defining asynchronous programming
  • Building code using a callback
  • Building code using promises
  • Batching multiple promises
  • Building code using async/await
  • Creating a web worker
  • Sending data to and returning data from web workers


JavaScript: Async [Updated: 10/26/2021]