In this repository you will find two brief exercises to practice using async
/await
and try
/catch
.
❗ There are detailed instructions for each exercise.
👉 After completing the Getting started
section below, please see the accompanying 👉 instructions for Exercise 1 and 👉 instructions for Exercise 2.
Fork this repository to your own GitHub then clone the repository to your local machine
To install the dependencies run:
npm install
To run the files:
node exercise001.js
or
node exercise002.js