At the end of this project, you are expected to be able to explain to anyone, without the help of Google:
Promises (how, why, and what) How to use the then, resolve, catch methods How to use every method of the Promise object Throw / Try The await operator How to use an async function
All your files will be executed on Ubuntu 18.04 LTS using NodeJS 12.11.x Allowed editors: vi, vim, emacs, Visual Studio Code All your files should end with a new line A README.md file, at the root of the folder of the project, is mandatory Your code should use the js extension Your code will be tested using Jest and the command npm run test Your code will be verified against lint using ESLint All of your functions must be exported