Looks at JavaScript Asynchronous programming techniques such as Callbacks, Promises, Async ... Await.
Additionally, introduces unit testing and usage of Jest testing framework.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need installed on your local machine.
Text editor (I use VSCode)
NPM
Git
To use the app:
1. Fork and/or Clone repo.
2. Run 'npm install' on your local repo so as to get the required dependencies.
3. Run tests with 'npm test' or 'npm run test'.
Have fun :)