max number inside array code example Example: how to find max number in array javascript const array1 = [1, 3, 2]; console.log(Math.max(...array1));