cal culate min of 5 values code example Example: javascript minimum number in array const min = arr => Math.min(...arr);