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