Returns a string created from the given sequence of code points.
fromCodePont(...codes)
codes variadic
A sequence of numbers that are code points.
A string.
Throws RangeError if an invalid Unicode code point is given.
String.fromCodePoint(128512)
"😀"