This is a safe space to work through algorithms. The concepts are taken from Hackerrank and solved here.
Mocha and Chai are being used a test framework.
- Typescript (Version 4.0.3)
- Node.js (v10.16.0)
- Mocha (v8.2.1)
- Nodemon (v2.0.6)
Use nodemon to start a local mocha instance that will test against the exposed modules in the 'prep.ts' file.
nodemon ./node_modules/mocha/bin/mocha
This file will be updated over time pointing to the individual challenges and any helpful links.
Mean Median and Mode - Fun challenge. Required. String, number, and array manipulation. Object For of looping and some simple math. Good warm-up. Took me 1.5 hour :shock: