JScript Language Tour
Visual Studio 2010
Like many other programming languages, Microsoft JScript scripts or programs are written in text format. Typically, a script or program is composed of many statements and comments. Within a statement, you can use variables, expressions, and literal data such as strings and numbers.