about | help | code help+videos | done | prefs |
Given two strings, append them together (known as "concatenation") and return the result. However, if the concatenation creates a double-char, then omit one of the chars, so "abc" and "cat" yields "abcat". conCat("abc", "cat") → "abcat" conCat("dog", "cat") → "dogcat" conCat("abc", "") → "abc" ...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: 169.0
Copyright Nick Parlante 2017 - privacy