Sugar.js is a JavaScript utility library for working with native objects. It allows, amongst other things, extension of the Object object with additional helpful methods.
This projects replicates some of the functionality of Sugar.js and was completed as a development exercise as part of the Tech Returners Your Journery into Tech programme.
It has been developed with full TDD.
Node.js must be installed if not already.
First, clone this repository and install dependencies:
npm install
To run the test suite:
npm test
This project implements the following methods: