about | help | code help+videos | done | prefs |
lastDigit
Define a function that when passed an integer, returns its last digit. You should not use Math.abs here because the whole purpose of this problem is for you to practice conditions. lastDigit(1729) → 9 lastDigit(-1729) → 9 lastDigit(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
Difficulty: 1 Post-solution available
Copyright Nick Parlante 2017 - privacy