1.1.5 • Published 2 years ago
first-npm-library-zaenm v1.1.5
This is the npm library that I created for the first time. here I created a say hello, sum, min, max function for an array.
how to use it:
const name = "your name"; const arr = 1,2,3;
sayHello(name); sum(arr); maxMin(arr);