fromCodePoints()

Creates a string by using the specified sequence of code points.

This function is valid in v2.23.0 to v2.24.3. This function has been downloaded 33 times.

Parameter

{…Array|number} codePoints
If an array is passed in as the first parameter then all of the items in the array will be used as the code points from which the string is the be created. Otherwise each argument passed should be a number representing a code point from which a string will be built.

Returns

{string}
The string built from the specified code points.