1.0.2 • Published 2 years ago
calculatorbyshubh v1.0.2
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 10Happy coding!