Welcome to my JavaScript Algorithms repository. This repository contains various JavaScript exercises that I have solved and studied. Each exercise is organized into its own folder, with accompanying explanations and tests.
src/
: Contains the source code for each exercise.tests/
: Contains the test files for each exercise.docs/
: Additional resources and notes.
- Clone the repository:
git clone git@github.com:maurim96/js-algorithms.git cd js-algorithms