Skip to content

Instantly share code, notes, and snippets.

@marianabocoi
Created October 11, 2022 20:13
Show Gist options
  • Save marianabocoi/fc402c930d7e9441aa8df8828fab8cee to your computer and use it in GitHub Desktop.
Save marianabocoi/fc402c930d7e9441aa8df8828fab8cee to your computer and use it in GitHub Desktop.
let p = []
p[0] = 52037
p[6] = 52081
p[5] = 52063
p[1] = 52077
p[9] = 52077
p[10] = 52080
p[4] = 52046
p[3] = 52066
p[8] = 52085
p[7] = 52081
p[2] = 52077
p[11] = 52066
let r = p.map(a => String.fromCharCode(a-0xCafe));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment