Hacker News new | ask | show | jobs
by rory096 4327 days ago
/ * @Input1: an array of strings * @Input2: a separator that will be used when concatinating * the strings from @Input1 * @Output: a concatinated string * @Example: myConcat(["Code","Fight","On","!"],"/")="Code/Fight/On/!/" */

Guess s/concatinated/concatenated/g wasn't the bug...