JS Exercises

Install

npm install

Run specific test

npm run test tests/exercise1.test.js

Run all tests

npm run test

Goal

Implement the logic necessary to make all the tests pass.

Ideas/TODO:

  • Sum pizza order with combo
  • Sum middle of matrix
  • Sort complex
  • Group and sum array of [string, number]