about | help | code help+videos | done | prefs |
Write a method that accepts a string as an input parameter, then returns an array of each single character from the string in the same order. stringArraySample1("X") → ["X"] stringArraySample1("xyz") → ["x", "y", "z"] stringArraySample1("This") → ["T", "h", "i", "s"] ...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: 220
Copyright Nick Parlante 2017 - privacy