Find Min/Max Values In Array Example

Calculate the Max/Min value from a JS array using Math.max() and Math.min() functions and output the results in any element using jQuery.

[50,60,20,80,1,30]

Minimum Value Is:
Maximum Value Is: