array-operations-imry
v1.1.0
Published
Performing various operations on array of numbers
Downloads
2
Maintainers
Readme
Array Operations Library
Performing various operations on arrays of numbers
Installation
npm i array-operations-imry
Functions
- showArray - displays all the numbers in the array
- sumOfArray - Returns the sum of all the numbers in the array
- averageOfArray - Returns the average of all the numbers in the array
- maxNumInArray - Returns the biggest number in the array
- minNumInArray - Returns the smallest number in the array