1.0.2 • Published 2 years ago

calculatorbyshubh v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

I have created this package to calculate Sum of an array.

How to use this package:-

const arraySum = require("calculatorbyshubh")

let sum = arraySum([5,5]);

console.log(sum) // returns 10

Happy coding!

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago