Finding the maximum and minimum number in JavaScript

Given the numbers 4, -2, 5, 19, -130, 0, 10. Find the minimum and maximum number.

enru