Learn how to simplify asynchronous work with Native JavaScript Promises!
Learn how to handle asynchronous work with ease! In this course, you'll use Native JavaScript Promises to write asynchronous code that is easy to read, easy to write and easy to debug.
Along the w
Prerequisites and Requirements
We expect that students have built web apps in the past and they are familiar with the pitfalls of callback-heavy code. There is no HTML or CSS in this class.
JavaScript Skills Required:
Using functions to return objects and other functions
Basic understanding of scope and closures
Reading and writing named and anonymous callbacks
Array methods like .forEach and .map
Other Requirements:
Ability to use GitHub to clone repos and checkout branches
Comfort with command line tools