FunctionsCommonArrayJoinPrettyCommonArrayJoinPretty CallableCommonArrayJoinPretty(strings: string[]): stringReturns a nice version of the passed strings This turns ["this", "this", "that"] into "this, this, and that" using appropriate localizationParametersstrings: string[]The strings to joinReturns string
Returns a nice version of the passed strings
This turns ["this", "this", "that"] into "this, this, and that" using appropriate localization