/lm-lab-async-await-javascript

Practice exercises for Async / Await

Primary LanguageJavaScript

Learner Materials: Async and Await

In this repository you will find two brief exercises to practice using async/await and try/catch.

Instructions

❗ 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.

Getting started

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