Course Curriculum
- 2 sections
- 19 lectures
- 1 hour, 23 minutes total length
-
An Async Javascript Scenario00:02:00
-
Defining Asynchronous / What is Synchronous code?00:04:00
-
WORKSHOP – Exploring Synchronicity in JavaScript00:09:00
-
All About Asynchronous Code00:06:00
-
Course Roadmap00:01:00
-
What is setTimeout?00:05:00
-
DEMO – Delaying Code Execution with set Timeout00:10:00
-
What is setInterval?00:02:00
-
DEMO – Repeating Tasks with set Interval00:07:00
-
Chapter Summary00:01:00
-
What is Async / Await?00:03:00
-
What are Promises?00:02:00
-
DEMO – Wrapping setTimeout with a Promise00:05:00
-
All About Async00:02:00
-
DEMO – Performing Asynchronous Tasks Concisely with Async / Await00:12:00
-
What are JavaScript Generator Functions?00:02:00
-
Demo – Asynchronous JavaScript via generators00:08:00
-
Course Summary00:02:00
-
Assignment – Basic Asynchronous JavaScript