Run the function against the example code in tech test docuemnt
npm run example
Run the function against some test cases
npm run test
Run the function against some randomly generated data. This data will change each time you run it.
npm run random
groupArrayElements is document my jsdoc docstrings. Documentation can be compiled by running:
npm install
npm run makedocs