Function that captialize each entry of input array and return a string by joining all enteries
getCaptializedStringFromArray(['hi', 'i', 'am', 'john', 'doe'])returns Hi I Am John Doe
String where each array element is capitalized
Array of string which has to be formatted
Generated using TypeDoc
Function that captialize each entry of input array and return a string by joining all enteries
Example
Returns
String where each array element is capitalized