| about | help | code help+videos | done | prefs | 
The multiples of 10 are 0, 10, 20, 30, 40, and so on. Given a positive integer, return the next multiple of 10. nextMultipleOf10(7) → 10 nextMultipleOf10(9) → 10 nextMultipleOf10(10) → 20 ...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