romanet

Results 1 comments of romanet

> var decoded=""; [ 72, 101, 108, 108, 111, 32, 119, 111, 114, 108, 100 ].forEach(ch=>decoded+=(String.fromCharCode(ch))); > undefined > decoded > "Hello world"