| about | help | code help+videos | done | prefs | 
Return the smaller of four values. You must make a helper method (use the prior problem solution) and no other conditionals. This means you should copy/paste your myMin() function, then use that to solve this problem. minOfFour(1, 1, 1, 1) → 1 minOfFour(1, 2, 3, 4) → 1 minOfFour(4, 3, 2, 1) → 1 ...Save, Compile, Run (ctrl-enter)  | 
Progress graphs: 
 Your progress graph for this problem
 Random user progress graph for this problem 
 Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy