4 lines
71 B
JavaScript
4 lines
71 B
JavaScript
|
|
[23383, 128024].map(function (x) {
|
||
|
|
return String.fromCodePoint(x);
|
||
|
|
})
|