Chapter 4. Nonalphanumeric JavaScript
Information in this chapter:
• Nonalphanumeric JavaScript
Abstract:
It is believed that nonalphanumeric JavaScript has its roots in contests such as the Obfuscated C contest and Obfuscated Perl contest. These contests were designed to show how creative programmers could be in hiding normal source code using the general syntax of the Perl language. After providing a brief history of nonalphanumeric JavaScript, this chapter takes an in-depth look at how nonalphanumeric JavaScript code works. In JavaScript, objects usually return a string form of their contents when concatenated with another string. In addition, type coercion can produce number-based strings without specifically using numerical characters. ...