about | help | code help+videos | done | prefs |
Create an array of strings by disecting each word into pairs of letters. If a single letter is left, add just that letter to the array. Return the array. stringDisect("Geometry") → ["Ge", "om", "et", "ry"] stringDisect("SM South Raiders") → ["SM", " S", "ou", "th", " R", "ai", "de", "rs"] stringDisect("section") → ["se", "ct", "io", "n"] ...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: 200 Post-solution available
Copyright Nick Parlante 2017 - privacy