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.

3
  • \$\begingroup\$ Is this a fair solution? alert(' !"#$%^*+/-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`bcdfghijkmnopqsuvwxyz{|}~') Comes in at 95 chars and is dumb as hell. :p \$\endgroup\$ Commented Oct 2, 2013 at 18:59
  • 2
    \$\begingroup\$ @tristin :P yeah javascript is a bit verbose when it comes to charcode to string. And isn't it output every character your program dosn't have. The text your alerting is in your program as well :) \$\endgroup\$ Commented Oct 3, 2013 at 9:09
  • 1
    \$\begingroup\$ Haha, oops. Oh well. \$\endgroup\$ Commented Oct 3, 2013 at 19:09