This folder contains assignments focused on problem solving using JavaScript.
You can follow the recommended order below or complete them in any sequence you prefer.
- Anagram
- Expenditure Analysis
- Find Largest Element
- Count Vowels
- Palindrome
- Times
- Calculator
- To-Do List
- 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 /Javascript-Assignments/01-js.
- Install dependencies using:
npm install
- Run specific tests with:
Example:
npm run <test-name>
npm run test-anagram
- To execute all tests at once, run:
npm run all
For a walkthrough on navigating through the assignments, check out this demo video: