about | help | code help+videos | done | prefs |
Given a positive two-digit integer, return the 10’s and the 1’s in a list. For example, given the integer 53, return the list [50, 3]. isolateValues(53) → [50, 3] isolateValues(81) → [80, 1] isolateValues(12) → [10, 2] ...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: 125 Post-solution available
Copyright Nick Parlante 2017 - privacy