Returns a string that represents the given string array
Optional
the source strings to inspect
a string that represents the given string array
fromChars(undefined); // undefinedfromChars(['f', 'o', 'o', 'b', 'a', 'r']); // 'foobar' Copy
fromChars(undefined); // undefinedfromChars(['f', 'o', 'o', 'b', 'a', 'r']); // 'foobar'
Returns a string that represents the given string array