about | help | code help+videos | done | prefs |
Replace all words that start with a z in the array with "xyz" replaceZwithXYZ(["apple", "goat", "zoo"]) → ["apple", "goat", "xyz"] replaceZwithXYZ(["zip", "ooze", "zoo"]) → ["xyz", "ooze", "xyz"] ...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: 300
Copyright Nick Parlante 2017 - privacy