ASYNCHRONOUS JAVASCRIPT
An Async Javascript Scenario
Defining Asynchronous / What is Synchronous code?
WORKSHOP -Exploring Synchronicity in JavaScript
All About Asynchronous Code
Course Roadmap
What is setTimeout?
DEMO - Delaying Code Execution with setTimeout
What is setInterval?
DEMO - Repeating Tasks with setInterval
Chapter Summary
What is Async / Await?
What are Promises?
DEMO - Wrapping setTimeout with a Promise
All About Async
DEMO - Performing Asynchronous Tasks Concisely with Async / Await
What are JavaScript Generator Functions?
Demo – Asynchronous JavaScript via generators
Course Summary