Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 827 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 827 Bytes

Promise & Async/Await Challenges

Instructions

  1. Clone this repository to your computer. Navigate to the new directory in a Terminal window.
  2. Run git remote remove origin to disconnect from the class repo. Also, run npm install to install any necessary packages included in package.json.
  3. Go to github.com and create a new repository for your code (do not initialize with a README). Follow the instructions to add a new remote called 'origin' to your new repository.
  4. Navigate to each of the four Challenge files and follow the instructions in each.

Running Your Code

From the root directory, run each of the four challenge files like so:

$ node challenges/challengeX.js

Submission

Submit your code using Gradescope to receive credit.