lr5-task2
v1.0.3
Published
This library is designed to work with arrays to search for the minimum and maximum elements of an array, as well as to search for the sum of its elements.
Readme
Description
This library is designed to search for minimum and maximum values in an array. In addition, the library allows you to search for the sum of array elements.
Available functions
getMinElement(array = [1,2,3,4,5]) getMaxElement(array = [1,2,3,4,5]) sumArrayElements(array = [1,2,3,4,5])
