1.0.0 • Published 7 months ago

madmich2 v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

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

1.0.0

7 months ago