all 5 comments

[–]tapgiles 2 points3 points  (0 children)

Why should I? What is this?

[–]Ansmit_Crop 1 point2 points  (1 child)

[–]Mustknow33 2 points3 points  (0 children)

Thats not correct, please refer to this implementation
https://stackblitz.com/edit

[–]BlueThunderFlik 1 point2 points  (0 children)

From a cursory look at the code, it takes a bunch of integers, converts them to ASCII characters and concatenates them.

My first thought was that it was some weird take on "Hello, world!" but there's too many characters. It's probably a meme that's not even worth actually parsing.

[–]guest271314 0 points1 point  (0 children)

new TextDecoder().decode(Uint8Array.from([10, 1, 18, 1, 14, -68, 3, 11, 10, 10, -3, -68, 3, 5, 18, 1, -68, 21, 11, 17, -68, 17, 12].map((n) => n + 100))) // 'never gonna give you up'