Find the Maximum Value in an Array
Use the
reduce
method to find the largest number in the numbers
array and assign it to the variable max
.Premium
JavaScript
Console