Skip to content

AnnJBarr/programming_fundamentals_005

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sugar.js

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.

Running the tests

Node.js must be installed if not already.

First, clone this repository and install dependencies:

npm install

To run the test suite:

npm test

API

This project implements the following methods:

About

Replication of some of the functionality of the Sugar.js library as a development exercise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%