add-four-numbers-hsb
v1.0.0
Published
Function adding four numbers
Downloads
1
Readme
Add four numbers
This module helps you to add four numbers
Install
npm install add-four-numbers
USAGE
addFourNumbers(a, b, c, d)
// Load library
var addFourNumbers = require('add-four-numbers');
// Calculate 0 + 1 + 2 + 3
console.log(addFourNumbers(0, 1, 2, 3)); // => 6
Test
npm test
License ISC