Code kata for finding the duplicate in an array.
Node.js v8
npm v5
git version 2.14
To run this project you will need to clone it onto your local machine and install all dependencies.
Navigate to you chosen directory and run the following command in the commandline to clone the package:
https://github.com/stephen-mckeown/findDuplicate.git
To install all depencency run:
npm install
To run the test scrip file:
npm test