CreateStringFromCharCodes CallableCreateStringFromCharCodes(array): stringSame as String.fromCharCode(...array), but supports very long arrays unlike the original.Parametersarray: number[]Returns string
Same as String.fromCharCode(...array), but supports very long arrays unlike the original.