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