find lowet number in array code example Example: javascript minimum number in array const min = arr => Math.min(...arr);