how to get the minimum of an array of integeres javacsript code example Example: javascript minimum number in array const min = arr => Math.min(...arr);