1.0.4 • Published 11 months ago

npm-package-sum v1.0.4

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

hello everyone!!

Basically the above NPM Package will help you to find the sum of elements in an array.

installaions: npm i npm-package-sum

For old JavaScript :

You can simply follow the below Steps:

  1. Install the Package;
  2. const variable_name = require("npm-package-sum")
  3. console.log(variable_name(array_of_numbers));
  4. you can see the output

Sample Example:-

const sum = require("npm-package-sum")

let arr = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10

console.log(sum(arr));

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago