/promises

Introduction to Promises, and use case examples.

Promises

An introduction to the basics of Promises and simple use cases.

To get the code, clone the repo:

git clone https://github.com/Peleke/promises/

. . . And checkout the appropriate branch:

  1. git checkout Part_1-Basics

Part 2 is in progress.