This project is my attempt at reimplementing some key methods of the underscore.js library.
Underscore is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects. See the underscore docs here.
I have hosted this project on github pages, check it out here.
Node.js v7.0.0 or higher
If you want to see the tests in action or check out the code in more detail just follow these steps:
git clone https://github.com/lukemurray77/LowBar.git LowBar
cd LowBar
npm install
npm test