js get min max from array except 0 code example Example: javascript minimum number in array const min = arr => Math.min(...arr);