Exercises from CTCI book, these are my solutions (it doesn't mean that are the best possible solutions).
# Clone the repo
git clone https://github.com/gustavocd/ctci.git
# Install dependencies
npm install
# Run tests
npm run test
# Run tests with coverage
npm run test:coverage
# Generate js files
npm run build