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