| about | help | code help+videos | done | prefs | 
isLargerThanTen
If the value x is larger than or equal to 10 return true. If x is less than 10 return false. isLargerThanTen(10) → true isLargerThanTen(9) → false isLargerThanTen(8) → 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 Post-solution available
Copyright Nick Parlante 2017 - privacy