Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 903 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 903 Bytes

Blind 75 Javascript Solutions

This repository includes Javascript solutions to the curated Blind 75 list. Each solution is accompanied by test cases that can be run using Jest.

Getting Started

To utilize this repository, follow these simple steps:

Prerequisites

  • Node.js installed on your machine
  • Yarn package manager

Clone the Repository

git clone https://github.com/Maneesha24/Blind-75-javascript-solutions.git

Initialize the Project

Navigate into the cloned repository and initialize it using Yarn.

cd Blind-75-javascript-solutions
yarn install

Run Tests

To execute all the test cases using Jest, run the following command:

yarn test

Contributing

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! 🚀