about | help | code help+videos | done | prefs |
makeStringArray
Given a string, return an array of all the characters in that string. If the string has no characters in it, return an array with no elements in it. makeStringArray("Hello") → ["H", "e", "l", "l", "o"] makeStringArray("a") → ["a"] makeStringArray("") → [] ...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
Copyright Nick Parlante 2017 - privacy