about | help | code help+videos | done | prefs |
Given two strings, return a string that consists of the two strings with an "X" between them. joinX("a", "b") → "bXa" joinX("first", "last") → "lastXfirst" joinX("on", "wa") → "waXon" ...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: 100
Copyright Nick Parlante 2017 - privacy