This folder contains assignments focused on asynchronous JavaScript.
Assignments are now organized by topic and then by difficulty:
- Ensure you have Node.js installed.
- Clone or download this repository.
- Navigate to the respective assignment folder and execute the script using Node.js.
- Copy the assignment code to Replit.
- Execute the script in Replit's environment.
- Navigate to
/Advanced-Javascript-Assignments/async-js-patterns. - Install dependencies using:
npm install
- Run specific tests with:
Example:
npm run <test-name>
npm run processLargeArray
- To execute all tests at once, run:
npm run all
For a walkthrough on navigating through the assignments, check out this demo video: