This folder contains assignments focused on problem solving using TypeScript.
- 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 /typescript-assignment/
- Install dependencies using:
npm install
- Run specific tests with:
Example:
npm run <test-name>
npm run test-greet
- To execute all tests at once, run:
npm run all
For a walkthrough on navigating through the assignments, check out this demo video: