about | help | code help+videos | done | prefs |
myMin
Return the smaller of two values. Use a conditional to decide which value is correct. This is a warmup to be used in later methods. myMin(2, 3) → 2 myMin(-4, -5) → -5 myMin(6, 0) → 0 ...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