generateChars
Callable
Parameters
startChar: string
The first character of the array.
endChar: string
The last character of the array.
Returns string[]
An array of characters from startChar to endChar.
The first character of the array.
The last character of the array.
An array of characters from startChar to endChar.
Generates an array of characters between the startChar and endChar, inclusive.