This repository includes Javascript solutions to the curated Blind 75 list. Each solution is accompanied by test cases that can be run using Jest.
To utilize this repository, follow these simple steps:
- Node.js installed on your machine
- Yarn package manager
git clone https://github.com/Maneesha24/Blind-75-javascript-solutions.git
Navigate into the cloned repository and initialize it using Yarn.
cd Blind-75-javascript-solutions
yarn install
To execute all the test cases using Jest, run the following command:
yarn test
Contributions are welcome! If you'd like to add more solutions or improve existing ones, please feel free to fork this repository and submit a pull request.
Happy learning! 🚀