yog-it
v1.0.1
Published
A library which can add a bunch of numbers.
Readme
Learning Project: Yog (sum) -it
yog-it is a learning project to test the tech stack iTEAM softare uses for javascript libraries. It was built with Babel and Webpack, and tested with Jest.
Usage
Add numbers together
const result = addNumbers([1, 2, 3, 4]);
console.log(result);
// 10Author
iTEAM Consulting Software Development Team
Support
Please submit an issue in the Github repo yog-it for support.
