Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 106 Bytes

File metadata and controls

7 lines (7 loc) · 106 Bytes
var poo = String.fromCodePoint(128169);
console.log(poo);
// 💩
poo.codePointAt(0);
// 128169