About this project Code to work along the Data Structures and Algorithms in JavaScript book from Federico Kereki Getting started Setup nodejs: nvm use Install dependencies: npm install Useful commands Format code npm run format Lint code npm run lint Run tests npm run test Run tests in watch mode npm run test:watch