Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    \$\begingroup\$ I think you could make it shorter by using String.fromCharCode only once, as it can take multiple values at once (TIO). \$\endgroup\$ Commented Jul 27, 2020 at 23:43
  • 1
    \$\begingroup\$ Oh neat, I didn't know that. I updated the answer, but it's definitely nowhere close to optimal -- I have tons of extra parentheses floating around, and there's shorter ways to express say, 65, than (1+1+1+1+1+1)*(10)+(1+1+1+1+1). \$\endgroup\$ Commented Jul 28, 2020 at 0:11