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