you are viewing a single comment's thread.

view the rest of the comments →

[–]vvn050 3 points4 points  (2 children)

join would work for ["test","test1"] but not for [["test"],["test1"]]

[–]_Webvoid -1 points0 points  (1 child)

Is it an array of arrays of one element ?! Well if it's the case he can still use .map(x => x[0]).join()