This repository contains challenges solved using JavaScript. All functions have been developed with hfull TDD using the Jest testing library.
Node.js must be installed if not already.
First, clone this repository and install dependencies:
npm install
To run the tests, run
npm test