about | help | code help+videos | done | prefs |
Return true if all three parameters have the same value. Note: This is a one-liner: even though it could be solved with if-else, it can also be solved with just a return statement. allTheSame(3, 4, 5) → false allTheSame(3, 3, 4) → false allTheSame(3, 4, 3) → false ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 100
Copyright Nick Parlante 2017 - privacy