about | help | code help+videos | done | prefs |
isDigit
Given c is a string of length one , return true when it is a digit 0-9, false in all other cases. (Hint, don't make a string of all the numbers!) isDigit('0') → True isDigit('5') → True isDigit('9') → True ...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