082 - Finding Minimum in Array
Complete the minValue method so that given the array nums, it will return the minimum value in the array.
SixBeeps
What kinds of loops have you learned? I'm guessing this is a programming assignment, so you are going to want to use only what you know.
JS I assume, use a for each function