create-your-own-npm-package
v1.0.0
Published
Hi this is a simple pakage that returns sum of array passed 🧮
Readme
Hi this is a simple pakage that returns sum of array passed 🧮
All you need to do is - install this pakage and call function sumOfArray with an array as argument
for eg:
const ans = sumOfArray(arr)
its that simple 😄
