I have a array in Javascript, I need to for-loop the array to find the min integer, the result need to loop through all of the value. For example : [1,2,3,4,5]
Then I nee