Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

array-add-num

Build Status npm codecov Gzip Size

Add up all the numbers in the array

Install

$ npm i array-add-num

Usage

const arrayAdd = require('array-add-num');

arrayAdd([1, 2, 3, 4]);
//=> 10

API

arrayAdd(input)

input

Type: Array
Default: []

Must be a JavaScript Array object.

License

MIT © Palash Mondal

About

Add up all the numbers in the array

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.